ToxicBakery / ViewPagerTransforms

Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
https://toxicbakery.github.io/ViewPagerTransforms/
Apache License 2.0
2.57k stars 489 forks source link

Kotlin upgrade and scaleX if the clamp is NaN fix #83

Closed FunkyMuse closed 4 years ago

FunkyMuse commented 4 years ago

Fatal Exception: java.lang.IllegalArgumentException: Cannot set 'scaleX' to Float.NaN so if the clamped position is NaN we set it as 0 as the later on implementations take care of that.

Also updated kotlin to 1.3.50 and gradle plugin