Commit 6006c654 by Daniel Dahan

updated README to test new gif animations

parent 6a0c69b0
...@@ -30,15 +30,8 @@ Motion offers a clean API to add animations to your views and layers. Simply pas ...@@ -30,15 +30,8 @@ Motion offers a clean API to add animations to your views and layers. Simply pas
| | Property | Swift | | | Property | Swift |
| --- | --- | --- | | --- | --- | --- |
| ![BackgroundColor](http://www.cosmicmind.com/motion/background_color.gif) | Background Color | | ![BackgroundColor](http://www.cosmicmind.com/motion/background_color.gif) | Background Color | ```swift view.animate(.background(color: .cyan)) ``` |
```swift | ![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)) ``` |
view.animate(.background(color: .cyan))
```
|
| ![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))
```
|
<table> <table>
......
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