@@ -28,10 +28,20 @@ Motion is a growing project and will encounter changes throughout its developmen
...
@@ -28,10 +28,20 @@ Motion is a growing project and will encounter changes throughout its developmen
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:
| | Property | Swift |
| --- | --- |
|  | Background Color | ```swift
view.animate(.background(color: .cyan))
``` |
|  | Border Color & Border Width | ```swift