@@ -29,7 +29,7 @@ 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:
| Animation | Property | Swift |
| --- | --- | --- |
| --- |:--- |:--- |
|  | Background Color | view.animate(.background(color: .cyan)) |
|  | Border Color & Border Width | view.animate(.border(color: .cyan), .border(width: 20)) |