Skip to content

Commit 7ba35b3

Browse files
committed
update readme
1 parent 06e48dd commit 7ba35b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ provider.animator = FadeAnimator()
240240
view.collectionAnimator = WobbleAnimator()
241241
```
242242

243-
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.
244-
243+
Note: that in order to use `WobbleAnimator`, you have to include `pod "CollectionKit/WobbleAnimator"` subspec to your podfile.
245244

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

0 commit comments

Comments
 (0)