Skip to content

Commit 319c858

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,34 @@ YoYo.play(YoYo.Techniques.Shake,findViewById(R.id.eidtor));
5555

5656
#### Fade
5757
`FadeIn`, `FadeInUp`, `FadeInDown`, `FadeInLeft`, `FadeInRight`
58+
5859
`FadeOut`, `FadeOutDown`, `FadeOutLeft`, `FadeOutRight`, `FadeOutUp`
5960

6061
#### Flip
6162
`FlipInX`, `FlipOutX`, `FlipOutY`
6263

6364
#### Rotate
6465
`RotateIn`, `RotateInDownLeft`, `RotateInDownRight`, `RotateInUpLeft`, `RotateInUpRight`
66+
6567
`RotateOut`, `RotateOutDownLeft`, `RotateOutDownRight`, `RotateOutUpLeft`, `RotateOutUpRight`
6668

6769
#### Slide
6870
`SlideInLeft`, `SlideInRight`, `SlideInUp`, `SlideInDown`
71+
6972
`SlideOutLeft`, `SlideOutRight`, `SlideOutUp`, `SlideOutDown`
7073

7174
#### Zoom
7275
`ZoomIn`, `ZoomInDown`, `ZoomInLeft`, `ZoomInRight`, `ZoomInUp`
76+
7377
`ZoomOut`, `ZoomOutDown`, `ZoomOutLeft`, `ZoomOutRight`, `ZoomOutUp`
7478

7579
Welcome contribute your amazing animation effect. :-D
7680

81+
#Thanks
82+
83+
- [AFViewShaker](https://github.com/ArtFeel/AFViewShaker)
84+
- [Animate.css](https://github.com/daneden/animate.css)
85+
7786
#About me
7887

7988
A student in mainland China.

0 commit comments

Comments
 (0)