Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgellci/kgianimationview
https://github.com/kgellci/kgianimationview
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kgellci/kgianimationview
- Owner: kgellci
- License: apache-2.0
- Created: 2014-09-02T19:54:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T22:43:20.000Z (almost 10 years ago)
- Last Synced: 2024-10-27T10:39:27.987Z (2 months ago)
- Language: Objective-C
- Size: 324 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.