https://github.com/hajiyevelnur92/intentanimation
animattion between activities
https://github.com/hajiyevelnur92/intentanimation
activity android animation intent
Last synced: over 1 year ago
JSON representation
animattion between activities
- Host: GitHub
- URL: https://github.com/hajiyevelnur92/intentanimation
- Owner: hajiyevelnur92
- License: mit
- Created: 2018-03-07T13:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T09:35:08.000Z (over 8 years ago)
- Last Synced: 2024-10-30T05:26:08.505Z (over 1 year ago)
- Topics: activity, android, animation, intent
- Language: Java
- Size: 173 KB
- Stars: 119
- Watchers: 3
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intentanimation
animation between activities
**Intent animations**
===================
### It`s top animations between activities.
## **Usage** ##

[]( https://android-arsenal.com/details/1/6816 )
**Gradle**
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.hajiyevelnur92:intentanimation:1.0'
}
#### **Code**
```java
import static maes.tech.intentanim.CustomIntent.customType;
//MainActivity or any activity name
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
//.....//
//here is library
customType(MainActivity.this,"here is string name");
}
*left-to-right
*right-to-left
*bottom-to-up
*up-to-bottom
*fadein-to-fadeout
*rotateout-to-rotatein
```
### [License](./LICENSE)