Commit d274a9ad by Daniel Dahan

updated README to test new gif animations

parent 61731acc
...@@ -27,14 +27,9 @@ Motion offers a clean API to add animations to your views and layers. Simply pas ...@@ -27,14 +27,9 @@ Motion offers a clean API to add animations to your views and layers. Simply pas
[Download Sample Transitions Project](https://github.com/CosmicMind/Samples/tree/development/Projects/Programmatic/Transitions) [Download Sample Transitions Project](https://github.com/CosmicMind/Samples/tree/development/Projects/Programmatic/Transitions)
| Transition | Type | Swift | | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom | Zoom |
| --- |:--- |:--- | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| ![Zoom Out](http://www.cosmicmind.com/motion/zoom.gif) | Zoom Out| .zoomOut | | ![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) |
| ![Zoom Out](http://www.cosmicmind.com/motion/zoom.gif) | Zoom Out| .zoomOut |
| ![Zoom Out](http://www.cosmicmind.com/motion/zoom.gif) | Zoom Out| .zoomOut |
| ![Zoom Out](http://www.cosmicmind.com/motion/zoom.gif) | Zoom Out| .zoomOut |
| ![Zoom Out](http://www.cosmicmind.com/motion/zoom.gif) | Zoom Out| .zoomOut |
## Requirements ## Requirements
......
...@@ -51,7 +51,7 @@ public enum MotionTransitionType { ...@@ -51,7 +51,7 @@ public enum MotionTransitionType {
case zoomOut case zoomOut
indirect case selectBy(presenting: MotionTransitionType, dismissing: MotionTransitionType) indirect case selectBy(presenting: MotionTransitionType, dismissing: MotionTransitionType)
/** /**
Sets the presenting and dismissing transitions. Sets the presenting and dismissing transitions.
- Parameter presenting: A MotionTransitionType. - Parameter presenting: A MotionTransitionType.
......
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