marcosgriselli / ViewAnimator

ViewAnimator brings your UI to life with just one line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CollecitonView `animateViews` for `indexPaths`

KaushalElsewhere opened this issue · comments

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.

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