Visit the [Installation](https://github.com/CosmicMind/Motion/wiki/Installation) page to learn how to install Motion using [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).
## Changelog
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.
## Sample
Take a look at a sample [Photo Collection](https://github.com/CosmicMind/Samples/tree/master/Motion/PhotoCollection) project.
...
...
@@ -88,7 +110,9 @@ View animations may be added to views that are transitioning using the *motionAn
bar.motionAnimations=[.delay(0.35),.duration(3)]
```
To turn on Motion transitions, set the *isMotionEnabled* property to `true` within the view controllers that transition between each other.
## Enabling Motion Transitions
To turn on Motion transitions between view controllers, set the *isMotionEnabled* property to `true` within the view controllers that transition between each other.