KelvinJin / AnimatedCollectionViewLayout

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

Doesn't work for RLT layout #42

Open mtrezza opened 6 years ago

mtrezza commented 6 years ago

The CubeAttributesAnimator animation does not display correctly in Right-to-Left layouts, e.g. for Arabic language. When setting the flipsHorizontallyInOppositeLayoutDirection = true, the animation is not displayed correctly.