marcosgriselli / ViewAnimator

ViewAnimator brings your UI to life with just one line
MIT License
7.3k stars 488 forks source link

CollecitonView `animateViews` for `indexPaths` #32

Closed KaushalElsewhere closed 6 years ago

KaushalElsewhere commented 6 years ago

hi, thanks for your awesome framework. Is there any way to animateViews of collectionView for a set of indexPath ie. Array of IndexPath. I have pagination on my collection view and every time I append items on it the whole collection view starts animating ( which I don't want). I just wanted to animate for a selected array of index paths. Cheers.

marcosgriselli commented 6 years ago

This issue will be handled by #33 as it will target animating sections or indexPaths for both UICollectionView and UITableView.