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

how can set combination of both animation #36

Closed pawarlalit29 closed 9 years ago

pawarlalit29 commented 9 years ago

like ForegroundToBackgroundTransformer and BackgroundToForegroundTransformer animation in one transform

prev and next screen come from background to foreground thanks in advance

ToxicBakery commented 9 years ago

You would have to write the animation for the visuals effect you want. If you come up with a new working animation concept please open a pull request.