Reputation: 8321
I want to add flipping animation for viewpager, I am able to swipe the views but I also need to flip the view.
Any pointer?
Upvotes: 2
Views: 3089
Reputation: 20563
Use JazzyViewPager instead of the regular ViewPager. You get a lot of cool built-in animations including flip animation.
You can also just go through the source and implement your flip animation using a PageTransformer.
Upvotes: 1