Popularity
4.4
Stable
Activity
0.0
Stable
261
17
81

Code Quality Rank: L5
Programming language: Java
Tags: Animations    

ActivityTransition alternatives and similar packages

Based on the "Animations" category.
Alternatively, view ActivityTransition alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ActivityTransition or a related project?

Add another 'Animations' Package

README

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 the startActivity(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

Alt text

Flip Horizontal

Alt text

Flip Vertical

Alt text

Disappear Top Left

Alt text

Appear Top Left

Alt text

Appear Bottom Right

Alt text

Disappear Bottom Right

Alt text

Unzoom

Alt text