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