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 487 forks source link

Switching transformers can cause visual issues #9

Closed ToxicBakery closed 10 years ago

ToxicBakery commented 10 years ago

The lack of setting translationX to 0 when paging is enabled can cause some transformers to break such as going from ForegroundToBackgroundTransformer to CubeInTransformer can cause the first transformer to offset the view incorrectly by some amount.

ToxicBakery commented 10 years ago

Resolved in 5adbf91