Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ophilbert/ActivityTransition
An android project presenting some transitions you can use between activities
https://github.com/ophilbert/ActivityTransition
Last synced: 2 months ago
JSON representation
An android project presenting some transitions you can use between activities
- Host: GitHub
- URL: https://github.com/ophilbert/ActivityTransition
- Owner: ophilbert
- Created: 2013-04-14T18:16:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T19:53:12.000Z (over 10 years ago)
- Last Synced: 2024-07-01T10:57:28.281Z (7 months ago)
- Language: Java
- Size: 560 KB
- Stars: 260
- Watchers: 17
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/ophilbert/ActivityTransition
- awesome-android-ui - https://github.com/ophilbert/ActivityTransition
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)` methodNote 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](http://philbert.mobi/img/fade.jpg)](http://philbert.mobi/gif/fade.gif)
Flip Horizontal
[![Alt text](http://philbert.mobi/img/flip-horizontal.jpg)](http://philbert.mobi/gif/flip-horizontal.gif)
Flip Vertical
[![Alt text](http://philbert.mobi/img/flip-vertical.jpg)](http://philbert.mobi/gif/flip-vertical.gif)
Disappear Top Left
[![Alt text](http://philbert.mobi/img/disappear_top_left.jpg)](http://philbert.mobi/gif/disappear_top_left.gif)
Appear Top Left
[![Alt text](http://philbert.mobi/img/appear_top_left.jpg)](http://philbert.mobi/gif/appear_top_left.gif)
Appear Bottom Right
[![Alt text](http://philbert.mobi/img/appear_bottom_right.jpg)](http://philbert.mobi/gif/appear_bottom_right.gif)
Disappear Bottom Right
[![Alt text](http://philbert.mobi/img/disappear_bottom_right.jpg)](http://philbert.mobi/gif/disappear_bottom_right.gif)
Unzoom
[![Alt text](http://philbert.mobi/img/zoom.jpg)](http://philbert.mobi/gif/zoom.gif)