Releases: robb/RBBAnimation
Releases · robb/RBBAnimation
v0.3.0
v0.2.0
This version adds the allowsOverdamping
property to RBBSpringAnimation
. Setting it to YES
enables the simulation of overdamped oscillations.
To make sure that RBBSpringAnimation
behaves like CASpringAnimation
out of the box, this property defaults to NO
. This means that if you were previously using overdamped oscillations, you need to update your code to set the new property.