Latest | 1.0.1 |
---|---|
Homepage | https://github.com/jjjacksn/JMJParametricAnimation |
License | MIT |
Platforms | ios 4.0, requires ARC |
Frameworks | QuartzCore |
Authors |
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.
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"
Latest podspec
{ "name": "JMJParametricAnimation", "version": "1.0.1", "summary": "Animations with arbitrary time functions.", "description": "Parametric Animations! You can use this to create animations with arbitrary parametric timenfunctions, and free yourself from the restrictions of bezier curve based time functions. BothnCALayer (iOS 4 and later) and UIView (iOS 7 and later) animations are supported.", "homepage": "https://github.com/jjjacksn/JMJParametricAnimation", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "J.J. Jackson": "[email protected]" }, "source": { "git": "https://github.com/jjjacksn/JMJParametricAnimation.git", "tag": "1.0.1" }, "social_media_url": "https://twitter.com/jjjacksn", "platforms": { "ios": "4.0" }, "source_files": "JMJParametricAnimation/Classes/**/*", "frameworks": "QuartzCore", "requires_arc": true }
Sat, 11 Feb 2017 23:40:31 +0000