Commit b1dec475 by Daniel Dahan

updated README to test new gif animations

parent d274a9ad
**Motion** is a library used to create beautiful animations and transitions for views, layers, and view controllers. **Motion** is a library used to create beautiful animations and transitions for views, layers, and view controllers.
## Transitions
Motion offers a clean API to add animations to your views and layers. Simply pass in animation structs with configurable parameters. Take a look at some examples below:
[Download Sample Transitions Project](https://github.com/CosmicMind/Samples/tree/development/Projects/Programmatic/Transitions)
| Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) |
## Animations ## Animations
Motion offers a clean API to add animations to your views and layers. Simply pass in animation structs with configurable parameters. Take a look at some examples below: Motion offers a clean API to add animations to your views and layers. Simply pass in animation structs with configurable parameters. Take a look at some examples below:
...@@ -21,16 +31,6 @@ Motion offers a clean API to add animations to your views and layers. Simply pas ...@@ -21,16 +31,6 @@ Motion offers a clean API to add animations to your views and layers. Simply pas
| ![Spring](http://www.cosmicmind.com/motion/spring.gif) | Spring | spring(stiffness: CGFloat, damping: CGFloat) | | ![Spring](http://www.cosmicmind.com/motion/spring.gif) | Spring | spring(stiffness: CGFloat, damping: CGFloat) |
| ![Translate](http://www.cosmicmind.com/motion/translate.gif) | Translate | translate(x: CGFloat, y: CGFloat, z: CGFloat) | | ![Translate](http://www.cosmicmind.com/motion/translate.gif) | Translate | translate(x: CGFloat, y: CGFloat, z: CGFloat) |
## Transitions
Motion offers a clean API to add animations to your views and layers. Simply pass in animation structs with configurable parameters. Take a look at some examples below:
[Download Sample Transitions Project](https://github.com/CosmicMind/Samples/tree/development/Projects/Programmatic/Transitions)
| Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) | ![Zoom](http://www.cosmicmind.com/motion/zoom.gif)| ![Zoom](http://www.cosmicmind.com/motion/zoom.gif) |
## Requirements ## Requirements
* iOS 8.0+ * iOS 8.0+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment