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

Not working with viewpager2 #84

Open saurav12bisht opened 1 year ago

saurav12bisht commented 1 year ago

I have used this with the viewpager2 but application is crashing after applying this transformation. error -> ( com.ToxicBakery.viewpager.transforms.CubeOutTransformer cannot be cast to androidx.viewpager2.widget.ViewPager2$PageTransformer)

nasamio commented 10 months ago

Viewpager2 use PageTransformer in package androidx.viewpager2,its different from this one.You can copy code to your custom transformer based viewpager2.