Skip to content

Releases: robb/RBBAnimation

v0.3.0

05 Feb 09:04
Compare
Choose a tag to compare
Set deployment targets to iOS 6 and Mac OS 10.8

v0.2.0

15 Nov 09:42
Compare
Choose a tag to compare

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.