Commit c483a30c by Daniel Dahan

updated README to test new gif animations

parent e73ba85c
...@@ -30,12 +30,8 @@ Motion offers a clean API to add animations to your views and layers. Simply pas ...@@ -30,12 +30,8 @@ Motion offers a clean API to add animations to your views and layers. Simply pas
| Animation | Property | Swift | | Animation | Property | Swift |
| --- | --- | --- | | --- | --- | --- |
| ![BackgroundColor](http://www.cosmicmind.com/motion/background_color.gif) | Background Color | ```swift | ![BackgroundColor](http://www.cosmicmind.com/motion/background_color.gif) | Background Color | view.animate(.background(color: .cyan)) |
view.animate(.background(color: .cyan)) | ![Border Color & Border Width](http://www.cosmicmind.com/motion/border_color.gif) | Border Color & Border Width | view.animate(.border(color: .cyan), .border(width: 20)) |
``` |
| ![Border Color & Border Width](http://www.cosmicmind.com/motion/border_color.gif) | Border Color & Border Width | ```swift
view.animate(.border(color: .cyan), .border(width: 20))
``` |
## License ## License
......
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