Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgellci/kgianimationview


https://github.com/kgellci/kgianimationview

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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](http://cocoapods.org) . 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.