Skip to content

Commit 39c2b18

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

1 file changed

Lines changed: 21 additions & 13 deletions

File tree

README.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ View the animation library in action over at http://animateforless.com/. You can
8888
## License
8989
Animate.less is licensed under the MIT license. (http://opensource.org/licenses/MIT)
9090

91-
## Contributing
92-
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-
9491
##Cheat Sheet
9592

96-
####Attention seekers:
93+
####Attention Seekers
9794
flash
9895
bounce
9996
shake
@@ -103,14 +100,14 @@ wobble
103100
wiggle
104101
pulse
105102

106-
####Flippers (currently Webkit, Firefox, & IE10 only):
103+
####Flippers
107104
flip
108105
flipInX
109106
flipOutX
110107
flipInY
111108
flipOutY
112109

113-
####Fading entrances:
110+
####Fading Entrances
114111
fadeIn
115112
fadeInUp
116113
fadeInDown
@@ -121,7 +118,7 @@ fadeInDownBig
121118
fadeInLeftBig
122119
fadeInRightBig
123120

124-
####Fading exits:
121+
####Fading Exits
125122
fadeOut
126123
fadeOutUp
127124
fadeOutDown
@@ -132,40 +129,51 @@ fadeOutDownBig
132129
fadeOutLeftBig
133130
fadeOutRightBig
134131

135-
####Bouncing entrances:
132+
####Bouncing Entrances
136133
bounceIn
137134
bounceInDown
138135
bounceInUp
139136
bounceInLeft
140137
bounceInRight
141138

142-
####Bouncing exits:
139+
####Bouncing Exits
143140
bounceOut
144141
bounceOutDown
145142
bounceOutUp
146143
bounceOutLeft
147144
bounceOutRight
148145

149-
####Rotating entrances:
146+
####Rotating Entrances
150147
rotateIn
151148
rotateInDownLeft
152149
rotateInDownRight
153150
rotateInUpLeft
154151
rotateInUpRight
155152

156-
####Rotating exits:
153+
####Rotating Exits
157154
rotateOut
158155
rotateOutDownLeft
159156
rotateOutDownRight
160157
rotateOutUpLeft
161158
rotateOutUpRight
162159

163-
####Lightspeed:
160+
####Lightspeed
164161
lightSpeedIn
165162
lightSpeedOut
166163

167-
####Specials:
164+
####Specials
168165
hinge
169166
rollIn
170167
rollOut
171168

169+
###Sliding Entrances
170+
slideInDown
171+
slideInLeft
172+
slideInRight
173+
slideInUp
174+
175+
###Sliding Exits
176+
slideOutDown
177+
slideOutLeft
178+
slideOutRight
179+
slideOutUp

0 commit comments

Comments
 (0)