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

Fix ZoomOutSlideTransformer #38

Closed paul-turner closed 8 years ago

paul-turner commented 8 years ago

I think this fixes #22, seems like all the extra space was to the right of the view after the scale due to the pivotX not being set.

Hope this helps!