Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caichenghan/cctransition
custom transition animation
https://github.com/caichenghan/cctransition
Last synced: 22 days ago
JSON representation
custom transition animation
- Host: GitHub
- URL: https://github.com/caichenghan/cctransition
- Owner: CaiChenghan
- License: mit
- Created: 2018-09-19T06:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T06:22:44.000Z (over 6 years ago)
- Last Synced: 2024-11-22T13:42:31.899Z (3 months ago)
- Language: Objective-C
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCTransition
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
CCTransition is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
platform :ios, '9.0'
inhibit_all_warnings!
source ‘https://github.com/CaiChenghan/CCRepo.git’
source ‘https://github.com/CocoaPods/Specs.git’
target 'FineHouse' do
pod 'CCTransition', '~> 1.1.0'
end
```## Author
蔡成汉, [email protected]
## License
CCTransition is available under the MIT license. See the LICENSE file for more info.