@@ -16,7 +16,7 @@ So, I started to collect animation effects... and in two days, this project born
16
16
``` groovy
17
17
dependencies {
18
18
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'
20
20
}
21
21
```
22
22
or Maven
@@ -30,12 +30,12 @@ or Maven
30
30
<dependency >
31
31
<groupId >com.daimajia.androidanimation</groupId >
32
32
<artifactId >library</artifactId >
33
- <version >1.0.1 </version >
33
+ <version >1.0.3 </version >
34
34
<type >apklib</type >
35
35
</dependency >
36
36
```
37
37
38
- ## Step2
38
+ ## Step 2
39
39
40
40
Just like play Yo-yo.
41
41
@@ -44,8 +44,8 @@ YoYo.play(YoYo.Techniques.Shake,findViewById(R.id.eidtor));
44
44
```
45
45
46
46
### 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 `
49
49
50
50
#### Special
51
51
` Hinge ` , ` RollIn ` , ` RollOut `
@@ -54,7 +54,7 @@ YoYo.play(YoYo.Techniques.Shake,findViewById(R.id.eidtor));
54
54
` BounceIn ` , ` BounceInDown ` , ` BounceInLeft ` , ` BounceInRight ` , ` BounceInUp `
55
55
56
56
#### Fade
57
- ` FadeIn ` , ` FadeInDown ` , ` FadeInLeft ` , ` FadeInRight `
57
+ ` FadeIn ` , ` FadeInUp ` , ` FadeInDown ` , ` FadeInLeft ` , ` FadeInRight `
58
58
` FadeOut ` , ` FadeOutDown ` , ` FadeOutLeft ` , ` FadeOutRight ` , ` FadeOutUp `
59
59
60
60
#### Flip
0 commit comments