Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Move example project up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Nov 8, 2017
1 parent 0a7dac1 commit 800b299
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ animator.shouldReverseValues = !_expanded;
...
```
A working implementation of this example can be seen in the included example app.
## Example apps/unit tests
Check out a local copy of the repo to access the Catalog application by running the following
commands:
git clone https://github.com/material-motion/motion-animator-objc.git
cd motion-animator-objc
pod install
open MotionAnimator.xcworkspace
## Installation
### Installation with CocoaPods
Expand Down Expand Up @@ -117,16 +129,6 @@ Import the framework:
You will now have access to all of the APIs.
## Example apps/unit tests
Check out a local copy of the repo to access the Catalog application by running the following
commands:
git clone https://github.com/material-motion/motion-animator-objc.git
cd motion-animator-objc
pod install
open MotionAnimator.xcworkspace
## Guides
- [How to make a spec from existing animations](#how-to-make-a-spec-from-existing-animations)
Expand Down

0 comments on commit 800b299

Please sign in to comment.