I’ve mentioned some great open source projects for working with core animation such as CPAnimationSequence that allows you to use a concise blocks based syntax rather than the standard UIView animation syntax.
Here’s another project based on the CAKeyFrameAnimation class that lets you easily create different animations by simply providing start/end values and the number of bounces in the animation sequence.
Included in the project is a demo demonstrating how to animate on one or two axis’, animate the size, color, scale, and rotation.
You can find the project by Soroush Khanlou on Github here.
For more info you can read more about CAKeyframeAnimation on Souroush’s blog here.
Another great iOS animation library.
Original article: Open Source CAkeyFrameAnimation Library For Easier Animation Sequence Creation
©2012 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





