**Motion** is a library used to create beautiful animations and transitions for views, layers, and view controllers.
**Motion** is a library used to create beautiful animations and transitions for views, layers, and view controllers.
## Animations
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 | background(color: UIColor) |
|  | Border Color & Border Width | border(color: UIColor), border(width: CGFloat) |
@@ -24,26 +43,6 @@ Visit the [Installation](https://github.com/CosmicMind/Motion/wiki/Installation)
...
@@ -24,26 +43,6 @@ Visit the [Installation](https://github.com/CosmicMind/Motion/wiki/Installation)
Motion is a growing project and will encounter changes throughout its development. It is recommended that the [Changelog](https://github.com/CosmicMind/Motion/wiki/Changelog) be reviewed prior to updating versions.
Motion is a growing project and will encounter changes throughout its development. It is recommended that the [Changelog](https://github.com/CosmicMind/Motion/wiki/Changelog) be reviewed prior to updating versions.
## Animations
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 | background(color: UIColor) |
|  | Border Color & Border Width | border(color: UIColor), border(width: CGFloat) |