├── .gitignore ├── CAAnimation+EasingEquations.h ├── CAAnimation+EasingEquations.m ├── CAAnimation-EasingEquations.podspec ├── LICENSE ├── OKEasingFunctions.xcodeproj └── project.pbxproj ├── OKEasingFunctions ├── Default-568h@2x.png ├── Default.png ├── Default@2x.png ├── OKAppDelegate.h ├── OKAppDelegate.m ├── OKEasingFunctions-Info.plist ├── OKEasingFunctions-Prefix.pch ├── OKViewController.h ├── OKViewController.m ├── en.lproj │ ├── InfoPlist.strings │ └── OKViewController.xib └── main.m ├── README.md ├── TransformAnimations.xcodeproj └── project.pbxproj └── TransformAnimations ├── Default-568h@2x.png ├── Default.png ├── Default@2x.png ├── NILAppDelegate.h ├── NILAppDelegate.m ├── NILViewController.h ├── NILViewController.m ├── TransformAnimations-Info.plist ├── TransformAnimations-Prefix.pch ├── en.lproj ├── InfoPlist.strings └── NILViewController.xib └── main.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/.gitignore -------------------------------------------------------------------------------- /CAAnimation+EasingEquations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/CAAnimation+EasingEquations.h -------------------------------------------------------------------------------- /CAAnimation+EasingEquations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/CAAnimation+EasingEquations.m -------------------------------------------------------------------------------- /CAAnimation-EasingEquations.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/CAAnimation-EasingEquations.podspec -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/LICENSE -------------------------------------------------------------------------------- /OKEasingFunctions.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /OKEasingFunctions/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/Default-568h@2x.png -------------------------------------------------------------------------------- /OKEasingFunctions/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/Default.png -------------------------------------------------------------------------------- /OKEasingFunctions/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/Default@2x.png -------------------------------------------------------------------------------- /OKEasingFunctions/OKAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKAppDelegate.h -------------------------------------------------------------------------------- /OKEasingFunctions/OKAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKAppDelegate.m -------------------------------------------------------------------------------- /OKEasingFunctions/OKEasingFunctions-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKEasingFunctions-Info.plist -------------------------------------------------------------------------------- /OKEasingFunctions/OKEasingFunctions-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKEasingFunctions-Prefix.pch -------------------------------------------------------------------------------- /OKEasingFunctions/OKViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKViewController.h -------------------------------------------------------------------------------- /OKEasingFunctions/OKViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/OKViewController.m -------------------------------------------------------------------------------- /OKEasingFunctions/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /OKEasingFunctions/en.lproj/OKViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/en.lproj/OKViewController.xib -------------------------------------------------------------------------------- /OKEasingFunctions/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/OKEasingFunctions/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/README.md -------------------------------------------------------------------------------- /TransformAnimations.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /TransformAnimations/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/Default-568h@2x.png -------------------------------------------------------------------------------- /TransformAnimations/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/Default.png -------------------------------------------------------------------------------- /TransformAnimations/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/Default@2x.png -------------------------------------------------------------------------------- /TransformAnimations/NILAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/NILAppDelegate.h -------------------------------------------------------------------------------- /TransformAnimations/NILAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/NILAppDelegate.m -------------------------------------------------------------------------------- /TransformAnimations/NILViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/NILViewController.h -------------------------------------------------------------------------------- /TransformAnimations/NILViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/NILViewController.m -------------------------------------------------------------------------------- /TransformAnimations/TransformAnimations-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/TransformAnimations-Info.plist -------------------------------------------------------------------------------- /TransformAnimations/TransformAnimations-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/TransformAnimations-Prefix.pch -------------------------------------------------------------------------------- /TransformAnimations/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /TransformAnimations/en.lproj/NILViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/en.lproj/NILViewController.xib -------------------------------------------------------------------------------- /TransformAnimations/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryanoltman/CAAnimation-EasingEquations/HEAD/TransformAnimations/main.m --------------------------------------------------------------------------------