/KGIAnimationView

Primary LanguageObjective-CApache License 2.0Apache-2.0

KGIAnimationView

Easy to use key frame based animation on UIView.

The key frames are easily tied into motion based feedback such as scrolling a UIView.

##Installation

###With CocoaPods: KGIAnimationView is available on CocoaPods . Just add the following to your project Podfile:

####Podfile pod 'KGIAnimationView', '~> 0.0'

###Manualy: Download the KGIAnimationView.h/.m files and add them to your Project.

##Usage: See KGIAnimationViewExample for basic usage.