Skip to content

An android project presenting some transitions you can use between activities

Notifications You must be signed in to change notification settings

ophilbert/ActivityTransition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7464270 · Oct 16, 2014

History

5 Commits
Apr 14, 2013
Oct 15, 2014
Oct 15, 2014
Apr 14, 2013
Apr 14, 2013
Apr 15, 2013
Apr 14, 2013
Apr 14, 2013
Apr 14, 2013

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages