Skip to content

v0.2.0

Choose a tag to compare

@robb robb released this 15 Nov 09:42
· 54 commits to master since this release

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.