Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bemxself/animationchain
Make animations in a promise-like chain.
https://github.com/bemxself/animationchain
animation ios swift
Last synced: 11 days ago
JSON representation
Make animations in a promise-like chain.
- Host: GitHub
- URL: https://github.com/bemxself/animationchain
- Owner: BeMxself
- License: mit
- Created: 2018-09-01T09:39:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T09:58:35.000Z (about 6 years ago)
- Last Synced: 2024-10-12T04:17:18.845Z (about 1 month ago)
- Topics: animation, ios, swift
- Language: Swift
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimationChain
[![CI Status](https://img.shields.io/travis/BeMxself/AnimationChain.svg?style=flat)](https://travis-ci.org/BeMxself/AnimationChain)
[![Version](https://img.shields.io/cocoapods/v/AnimationChain.svg?style=flat)](https://cocoapods.org/pods/AnimationChain)
[![License](https://img.shields.io/cocoapods/l/AnimationChain.svg?style=flat)](https://cocoapods.org/pods/AnimationChain)
[![Platform](https://img.shields.io/cocoapods/p/AnimationChain.svg?style=flat)](https://cocoapods.org/pods/AnimationChain)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
None
## Installation
AnimationChain is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'AnimationChain'
```## Author
Song Mingxu, [email protected]
## License
AnimationChain is available under the MIT license. See the LICENSE file for more info.