I want to implement cube Transition effect animation in Android View Pager.
can anyone have an idea about cube animation in android.
Image is attached for example.
I want to implement cube Transition effect animation in Android View Pager.
can anyone have an idea about cube animation in android.
Image is attached for example.
Check out here
Snapshot:
There you can see the library and related source codes.
MainActivity.java:
Use camera to perform such animation. Try to read com.example.android.apis.animation.Transition3d in ApiDemos.
I've written a ViewPager.PageTransformer specifically just for the Cube Transformation Effect.
Feel free to adjust the
deltaY
to fine tune your vertical transformation. Cheers mate.https://gist.github.com/delacrixmorgan/6b05ab74d1acb01b471fcc3151d70703