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

Page Curl Animation for the view pager #24

Closed SalmanJawed closed 9 years ago

SalmanJawed commented 9 years ago

Can you please provide animation with a page curl effect for view pager??

ToxicBakery commented 9 years ago

This is not possible to provide purely as a PageTransformer implementation. It would require either modifying the displayed views, the viewpager, or both. Various libraries exist that provide this functionality already in different forms.