https://github.com/fastred/swiftouttimingfunction
SwiftOutTimingFunction brings Google's new *Swift Out* animation curve to iOS.
https://github.com/fastred/swiftouttimingfunction
Last synced: over 1 year ago
JSON representation
SwiftOutTimingFunction brings Google's new *Swift Out* animation curve to iOS.
- Host: GitHub
- URL: https://github.com/fastred/swiftouttimingfunction
- Owner: fastred
- License: mit
- Created: 2014-07-08T19:34:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T21:10:51.000Z (about 12 years ago)
- Last Synced: 2025-04-19T23:45:21.175Z (over 1 year ago)
- Language: Objective-C
- Size: 188 KB
- Stars: 43
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftOutTimingFunction
`SwiftOutTimingFunction` brings Google's new *Swift Out* animation curve to iOS.

## Demo
To run the example project; clone the repo, and open `Example/SwiftOutTimingFunction.xcodeproj`.
## Requirements
* iOS 6 and above
* ARC
## Installation
Copy `CAMediaTimingFunction+SwiftOut.h/m` to your project. Then, import it:
#import "CAMediaTimingFunction+SwiftOut.h"
and use with:
animation.timingFunction = [CAMediaTimingFunction swiftOut];
## Author
Arkadiusz Holko:
* [Blog](http://holko.pl/)
* [@arekholko on Twitter](https://twitter.com/arekholko)