JMJParametricAnimation 1.0.1

JMJParametricAnimation 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2017

Maintained by J.J. Jackson.



Parametric Animations! You can use this to create animations with arbitrary parametric time functions, and free yourself from the restrictions of bezier curve based time functions.

Several common time functions are provided but you can easily create your own from scratch, or by composing existing time functions.

Both CALayer (iOS 4 and later) and UIView (iOS 7 and later) animations are supported.

JMJParametricAnimation

The inspiration for this came from Matt Gallagher's post here: http://www.cocoawithlove.com/2008/09/parametric-acceleration-curves-in-core.html

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

JMJParametricAnimation is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JMJParametricAnimation"