Skip to content

Commit 9b1f0b8

Browse files
committed
Update README.md
1 parent ad22a5f commit 9b1f0b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ So, I started to collect animation effects... and in two days, this project born
1616
```groovy
1717
dependencies {
1818
compile 'com.nineoldandroids:library:2.4.0'
19-
compile 'com.daimajia.androidanimations:library:1.0.1@aar'
19+
compile 'com.daimajia.androidanimations:library:1.0.3@aar'
2020
}
2121
```
2222
or Maven
@@ -30,12 +30,12 @@ or Maven
3030
<dependency>
3131
<groupId>com.daimajia.androidanimation</groupId>
3232
<artifactId>library</artifactId>
33-
<version>1.0.1</version>
33+
<version>1.0.3</version>
3434
<type>apklib</type>
3535
</dependency>
3636
```
3737

38-
## Step2
38+
## Step 2
3939

4040
Just like play Yo-yo.
4141

@@ -44,8 +44,8 @@ YoYo.play(YoYo.Techniques.Shake,findViewById(R.id.eidtor));
4444
```
4545

4646
### Effects
47-
#### attension
48-
`Flash`, `Pulse`, `RubberBand`, `Shake`, `Swing`, `Wobble`, `Bounce`, `Tada`
47+
#### Attension
48+
`Flash`, `Pulse`, `RubberBand`, `Shake`, `Swing`, `Wobble`, `Bounce`, `Tada`, `StandUp`, `Wave`
4949

5050
#### Special
5151
`Hinge`, `RollIn`, `RollOut`
@@ -54,7 +54,7 @@ YoYo.play(YoYo.Techniques.Shake,findViewById(R.id.eidtor));
5454
`BounceIn`, `BounceInDown`, `BounceInLeft`, `BounceInRight`, `BounceInUp`
5555

5656
#### Fade
57-
`FadeIn`, `FadeInDown`, `FadeInLeft`, `FadeInRight`
57+
`FadeIn`, `FadeInUp`, `FadeInDown`, `FadeInLeft`, `FadeInRight`
5858
`FadeOut`, `FadeOutDown`, `FadeOutLeft`, `FadeOutRight`, `FadeOutUp`
5959

6060
#### Flip

0 commit comments

Comments
 (0)