close
The Wayback Machine - https://web.archive.org/web/20201024051245/https://github.com/ophilbert/ActivityTransition
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
res
 
 
src
 
 
 
 
 
 

README.md

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

About

An android project presenting some transitions you can use between activities

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.