ActivityTransition
An android project presenting some transitions you can use between activities
#Integration
- Add the anim folder to your Android project's res folder
- Import the ActivityAnimator class
- Call
new ActivityAnimator().animationName(this)
right after thestartActivity(Intent i)
method
Note that the ActivityAnimator class is here to help you choosing your animation but you can also directly use overridePendingTransition(int, int)
on your Activity
#Animations
Fade
Flip Horizontal
Flip Vertical
Disappear Top Left
Appear Top Left
Appear Bottom Right
Disappear Bottom Right
Unzoom