In the past I’ve mentioned libraries allowing you to declare your Core Animation animations using blocks, create spring animations.and perform tweening with a wide number of built-in tweens.
Here’s a library that puts all these animation features together from Robert Böhnke called RBBAnimation.
RBBAnimation allows you to declare your animations in a blocks based syntax, includes functionality for spring animations (a replacement for the private CASpringAnimation), and an animation tweening library.
Here’s an animation showing off the included CASPringANimation-like functionality:
You can find RBBAnimation on Github here.
A fantastic animation library.
Thanks to Robb for the submission.
- Open Source Library Allowing You To Easily Add Spring Animations To Your iOS Interface
- Open Source iOS Keyframe Based UIKit Animation Library
- iOS UIView Category Allowing You To Set Up Customizable Animation Properties
- Tutorial: Using iOS 7 UIKit Dynamics To Make A Pong Game (Animations, Collisions, Physics)
- Tutorial: Using Core Animation To Apply Custom Animations To UITableView Cells
Original article: Extensive UIKit Animation Library Allowing Block Based Animations, Spring Animations And More
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.