Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkzhao/MotionAnimation
Lightweight animation library for UIKit
https://github.com/lkzhao/MotionAnimation
Last synced: 3 months ago
JSON representation
Lightweight animation library for UIKit
- Host: GitHub
- URL: https://github.com/lkzhao/MotionAnimation
- Owner: lkzhao
- License: mit
- Created: 2016-02-08T00:11:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T09:58:51.000Z (over 6 years ago)
- Last Synced: 2024-07-19T06:04:40.177Z (4 months ago)
- Language: Swift
- Size: 921 KB
- Stars: 145
- Watchers: 6
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - MotionAnimation - Lightweight animation library for UIKit. (UI / Animation)
- awesome-ios-star - MotionAnimation - Lightweight animation library for UIKit. (UI / Animation)
README
# MotionAnimation
[![Version](https://img.shields.io/cocoapods/v/MotionAnimation.svg?style=flat)](http://cocoapods.org/pods/MotionAnimation)
[![License](https://img.shields.io/cocoapods/l/MotionAnimation.svg?style=flat)](http://cocoapods.org/pods/MotionAnimation)
[![Platform](https://img.shields.io/cocoapods/p/MotionAnimation.svg?style=flat)](http://cocoapods.org/pods/MotionAnimation)Lightweight animation library for UIKit in Swift
![demo](https://github.com/lkzhao/MotionAnimation/blob/master/imgs/demo.gif?raw=true)
Checkout the Examples folder for more.
Consider **MotionAnimation** as a extremely simplified version of facebook's pop library.
There is no performance optimization or background work. This project is made for simplicity and ease of use. It is for people who want to learn how an animation library is made.###This project is in testing. might not be stable for production use.
## Requirements
* Xcode 7 or higher
* iOS 7.0 or higher
* ARC
* Swift 2.0## Installation
####CocoaPods
*iOS 8 or later*
```ruby
use_frameworks!
pod "MotionAnimation"
```####Manual
[Download](https://github.com/lkzhao/MotionAnimation/archive/master.zip) and add MotionAnimation folder into your project.
## Usage
coming soon.
## Author
Luke Zhao, [email protected]
## License
ElasticTransition is available under the MIT license. See the LICENSE file for more info.