Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AtifSayings authored Oct 8, 2018
1 parent 1709846 commit 72ec898
Showing 1 changed file with 17 additions and 28 deletions.
45 changes: 17 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Animatoo
A lightweight and easy to use Android library that provides many activity transition animations

min SDK 16 (Android Jellybean 4.1)

written in Java
⋅⋅* min SDK 16 (Android Jellybean 4.1)
⋅⋅* written in Java

A lightweight, easy-to-use Android library that provides awesome activity transition animations

Expand All @@ -30,30 +28,21 @@ dependencies {
## Usage
Animatoo has 15 different activity transition animations:

1. in and out.
2. swipe left.
3. swipe right.
4. split.
5. shrink.
6. card.

zoom.

fade.

spin.

diagonal.

windmill.

slide up.

slide down.

slide left.

slide right.
01. in and out.
02. swipe left.
03. swipe right.
04. split.
05. shrink.
06. card.
07. zoom.
08. fade.
09. spin.
10. diagonal.
11. windmill.
12. slide up.
13. slide down.
14. slide left.
15. slide right.

Using Animatoo is extremely simple, A single short line of code following startActivity(...) is all that's needed, for example:
```java
Expand Down

0 comments on commit 72ec898

Please sign in to comment.