ViewPagerTransforms
ViewPagerTransforms copied to clipboard
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
when i used this with very fast action to switch,fragment's variable are in disorder,
Height and Width of my fragment decreased after Page Transformation. I'm using BackgroundToForegroundTransformer. After the transformation, i want to set my fragment size to original size. I don't want to...
How to test bug: add next code in onCreate, run app, choose some transformation and wait for 6 seconds, it will change something but slider won't appear or animation would...
Hi, I am using your library, trying to implement FlipHorizontalTransformer Inside my view pagers I have fragments with buttons, and their onClickLIsteners...but every time I use your library, these listeners...
Don't have time to do a proper change, test, and pull request so I'm just going to write this issue. If no one fixes, I'll come back to make the...
I override `PagerAdapter.getPageWidth`: ``` @Override public float getPageWidth(int position) { return 0.5f; } ```
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)