Shaista Naaz
Shaista Naaz

Reputation: 8321

Flip ViewPager like a ViewFlipper, possible?

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

Answers (1)

Anup Cowkur
Anup Cowkur

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

Related Questions