Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caichenghan/cctransition

custom transition animation
https://github.com/caichenghan/cctransition

Last synced: 22 days ago
JSON representation

custom transition animation

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.