KelvinJin / AnimatedCollectionViewLayout

A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
MIT License
4.7k stars 347 forks source link

CrossFade Animation alpha is not changed to 1.0 #65

Closed chitvan832 closed 3 years ago

chitvan832 commented 3 years ago

After scrolling to 5-7 items, the alpha is not set to 1.0, it remains between 0 and 1. Thus in the current cell, you are able to see next cell as well. My cells are of same width and height of collectionview. Maybe there is some issue with content offset or start and endpoint of animation.