RBBAnimation
RBBAnimation copied to clipboard
Block-based animations made easy, comes with easing functions and a CASpringAnimation replacement.
This adds `RBBRubberbandAnimation`, which is an alternative to `RBBSpringAnimation` and `CASpringAnimation` that is optimized for `CGPoint` animations and correctly handles the `velocity` paramter, even if ∆x or ∆y are 0....
There is no documentation in the code. And the README is pretty lean. It's hard to know what values to provide to the properties of the spring. Ie, what are...
CocoaPods 1.0 support - Drop the deprecated `exclusive` flag from Podfile I just trying to run the sample app and facing a problem with the Podfile - Just need to...
While using RBBSpringAnimation I noticed that movement was quite jerky in the initial phases of the spring animation. To combat this I increased the "sampling rate" specified in RBBAnimation's values...
Not sure whether this is animation's or Apple's fault but if you attach a RBBSpringAnimation to an AVPlayerLayer weird stuff happens. Same animation works fine everywhere else.
The current naive implementation performs poorly for overdamped oscillations.