File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,82 +35,84 @@ $ npm install animate.css --save
3535
36363 . Finally you need to add one of the following classes:
3737
38- * ` bounce `
39- * ` flash `
40- * ` pulse `
41- * ` rubberBand `
42- * ` shake `
43- * ` headShake `
44- * ` swing `
45- * ` tada `
46- * ` wobble `
47- * ` jello `
48- * ` bounceIn `
49- * ` bounceInDown `
50- * ` bounceInLeft `
51- * ` bounceInRight `
52- * ` bounceInUp `
53- * ` bounceOut `
54- * ` bounceOutDown `
55- * ` bounceOutLeft `
56- * ` bounceOutRight `
57- * ` bounceOutUp `
58- * ` fadeIn `
59- * ` fadeInDown `
60- * ` fadeInDownBig `
61- * ` fadeInLeft `
62- * ` fadeInLeftBig `
63- * ` fadeInRight `
64- * ` fadeInRightBig `
65- * ` fadeInUp `
66- * ` fadeInUpBig `
67- * ` fadeOut `
68- * ` fadeOutDown `
69- * ` fadeOutDownBig `
70- * ` fadeOutLeft `
71- * ` fadeOutLeftBig `
72- * ` fadeOutRight `
73- * ` fadeOutRightBig `
74- * ` fadeOutUp `
75- * ` fadeOutUpBig `
76- * ` flipInX `
77- * ` flipInY `
78- * ` flipOutX `
79- * ` flipOutY `
80- * ` lightSpeedIn `
81- * ` lightSpeedOut `
82- * ` rotateIn `
83- * ` rotateInDownLeft `
84- * ` rotateInDownRight `
85- * ` rotateInUpLeft `
86- * ` rotateInUpRight `
87- * ` rotateOut `
88- * ` rotateOutDownLeft `
89- * ` rotateOutDownRight `
90- * ` rotateOutUpLeft `
91- * ` rotateOutUpRight `
92- * ` hinge `
93- * ` jackInTheBox `
94- * ` rollIn `
95- * ` rollOut `
96- * ` zoomIn `
97- * ` zoomInDown `
98- * ` zoomInLeft `
99- * ` zoomInRight `
100- * ` zoomInUp `
101- * ` zoomOut `
102- * ` zoomOutDown `
103- * ` zoomOutLeft `
104- * ` zoomOutRight `
105- * ` zoomOutUp `
106- * ` slideInDown `
107- * ` slideInLeft `
108- * ` slideInRight `
109- * ` slideInUp `
110- * ` slideOutDown `
111- * ` slideOutLeft `
112- * ` slideOutRight `
113- * ` slideOutUp `
38+ | Class Name |
39+ | --------------------|
40+ | ` bounce ` |
41+ | ` flash ` |
42+ | ` pulse ` |
43+ | ` rubberBand ` |
44+ | ` shake ` |
45+ | ` headShake ` |
46+ | ` swing ` |
47+ | ` tada ` |
48+ | ` wobble ` |
49+ | ` jello ` |
50+ | ` bounceIn ` |
51+ | ` bounceInDown ` |
52+ | ` bounceInLeft ` |
53+ | ` bounceInRight ` |
54+ | ` bounceInUp ` |
55+ | ` bounceOut ` |
56+ | ` bounceOutDown ` |
57+ | ` bounceOutLeft ` |
58+ | ` bounceOutRight ` |
59+ | ` bounceOutUp ` |
60+ | ` fadeIn ` |
61+ | ` fadeInDown ` |
62+ | ` fadeInDownBig ` |
63+ | ` fadeInLeft ` |
64+ | ` fadeInLeftBig ` |
65+ | ` fadeInRight ` |
66+ | ` fadeInRightBig ` |
67+ | ` fadeInUp ` |
68+ | ` fadeInUpBig ` |
69+ | ` fadeOut ` |
70+ | ` fadeOutDown ` |
71+ | ` fadeOutDownBig ` |
72+ | ` fadeOutLeft ` |
73+ | ` fadeOutLeftBig ` |
74+ | ` fadeOutRight ` |
75+ | ` fadeOutRightBig ` |
76+ | ` fadeOutUp ` |
77+ | ` fadeOutUpBig ` |
78+ | ` flipInX ` |
79+ | ` flipInY ` |
80+ | ` flipOutX ` |
81+ | ` flipOutY ` |
82+ | ` lightSpeedIn ` |
83+ | ` lightSpeedOut ` |
84+ | ` rotateIn ` |
85+ | ` rotateInDownLeft ` |
86+ | ` rotateInDownRight ` |
87+ | ` rotateInUpLeft ` |
88+ | ` rotateInUpRight ` |
89+ | ` rotateOut ` |
90+ | ` rotateOutDownLeft ` |
91+ | ` rotateOutDownRight ` |
92+ | ` rotateOutUpLeft ` |
93+ | ` rotateOutUpRight ` |
94+ | ` hinge ` |
95+ | ` jackInTheBox ` |
96+ | ` rollIn ` |
97+ | ` rollOut ` |
98+ | ` zoomIn ` |
99+ | ` zoomInDown ` |
100+ | ` zoomInLeft ` |
101+ | ` zoomInRight ` |
102+ | ` zoomInUp ` |
103+ | ` zoomOut ` |
104+ | ` zoomOutDown ` |
105+ | ` zoomOutLeft ` |
106+ | ` zoomOutRight ` |
107+ | ` zoomOutUp ` |
108+ | ` slideInDown ` |
109+ | ` slideInLeft ` |
110+ | ` slideInRight ` |
111+ | ` slideInUp ` |
112+ | ` slideOutDown ` |
113+ | ` slideOutLeft ` |
114+ | ` slideOutRight ` |
115+ | ` slideOutUp ` |
114116
115117Full example:
116118``` html
You can’t perform that action at this time.
0 commit comments