Commit 4338f247 by Daniel Dahan

updated README to test new gif animations

parent 0ee9d67f
...@@ -32,14 +32,14 @@ Motion offers a clean API to add animations to your views and layers. Simply pas ...@@ -32,14 +32,14 @@ Motion offers a clean API to add animations to your views and layers. Simply pas
<thead><tr><th>Animation</th><th>Property</th><th>Swift</th></tr></thead> <thead><tr><th>Animation</th><th>Property</th><th>Swift</th></tr></thead>
<tbody> <tbody>
<tr> <tr>
<td align="center"><img src="http://www.cosmicmind.com/motion/background_color.gif" /></td> <td width="40%"><img src="http://www.cosmicmind.com/motion/background_color.gif" /></td>
<td>Border Color</td> <td width="30%">Border Color</td>
<td><pre><code class="language-swift">view.animate(.background(color: .cyan))</code></pre></td> <td width="30%">```swift view.animate(.background(color: .cyan)) ```</td>
</tr> </tr>
<tr> <tr>
<td align="center"><img src="http://www.cosmicmind.com/motion/border_color.gif" /></td> <td width="40%"><img src="http://www.cosmicmind.com/motion/border_color.gif" /></td>
<td>Border Color & Border Width</td> <td width="30%">Border Color & Border Width</td>
<td><pre><code class="language-swift">view.animate(.border(color: .cyan), .border(width: 20))</code></pre></td> <td width="30%">```swift view.animate(.border(color: .cyan), .border(width: 20)) ```</td>
</tr> </tr>
</tbody> </tbody>
</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