Skip to content

Commit 0935b98

Browse files
committed
Update README.md
1 parent e70504c commit 0935b98

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

README.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,90 @@ And there you have it! The animation has been achieved without using any jQuery.
8282
##Documentation
8383
Coming soon. I promise!
8484

85+
##Live Demo
86+
View the animation library in action over at http://animateforless.com/. You can find Dan Eden's original demo at http://daneden.me/animate/.
87+
8588
## License
8689
Animate.less is licensed under the MIT license. (http://opensource.org/licenses/MIT)
8790

8891
## Contributing
8992
Pull requests are the way to go here. I only have two rules for submitting a pull request: match the naming convention (camelCase, categorised [fades, bounces, etc]) and let us see a demo of submitted animations in a [pen](http://codepen.io).
93+
94+
##Cheat Sheet
95+
96+
####Attention seekers:
97+
flash
98+
bounce
99+
shake
100+
tada
101+
swing
102+
wobble
103+
wiggle
104+
pulse
105+
106+
####Flippers (currently Webkit, Firefox, & IE10 only):
107+
flip
108+
flipInX
109+
flipOutX
110+
flipInY
111+
flipOutY
112+
113+
####Fading entrances:
114+
fadeIn
115+
fadeInUp
116+
fadeInDown
117+
fadeInLeft
118+
fadeInRight
119+
fadeInUpBig
120+
fadeInDownBig
121+
fadeInLeftBig
122+
fadeInRightBig
123+
124+
####Fading exits:
125+
fadeOut
126+
fadeOutUp
127+
fadeOutDown
128+
fadeOutLeft
129+
fadeOutRight
130+
fadeOutUpBig
131+
fadeOutDownBig
132+
fadeOutLeftBig
133+
fadeOutRightBig
134+
135+
####Bouncing entrances:
136+
bounceIn
137+
bounceInDown
138+
bounceInUp
139+
bounceInLeft
140+
bounceInRight
141+
142+
####Bouncing exits:
143+
bounceOut
144+
bounceOutDown
145+
bounceOutUp
146+
bounceOutLeft
147+
bounceOutRight
148+
149+
####Rotating entrances:
150+
rotateIn
151+
rotateInDownLeft
152+
rotateInDownRight
153+
rotateInUpLeft
154+
rotateInUpRight
155+
156+
####Rotating exits:
157+
rotateOut
158+
rotateOutDownLeft
159+
rotateOutDownRight
160+
rotateOutUpLeft
161+
rotateOutUpRight
162+
163+
####Lightspeed:
164+
lightSpeedIn
165+
lightSpeedOut
166+
167+
####Specials:
168+
hinge
169+
rollIn
170+
rollOut
171+

0 commit comments

Comments
 (0)