Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Sep 3, 2018
1 parent 06e48dd commit 7ba35b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ provider.animator = FadeAnimator()
view.collectionAnimator = WobbleAnimator()
```

Note: that `WobbleAnimator`, `ZoomAnimator`, & `EdgeShrinkAnimator` are not provided with CollectionKit. But feel free to grab it from the example project and use them in your project.

Note: that in order to use `WobbleAnimator`, you have to include `pod "CollectionKit/WobbleAnimator"` subspec to your podfile.

#### Please checkout the example project to see many of these examples in action.

Expand Down

0 comments on commit 7ba35b3

Please sign in to comment.