File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -198,4 +198,44 @@ All animations are from the latest version of the npm library.
198
198
```
199
199
200
200
# Button animations
201
+ Remember that these animations work best when using our library in the design part.
201
202
203
+ # btn-GlowHover
204
+
205
+ ``` html
206
+ <div class =" btn btn-GlowHover" >
207
+ This is an example button
208
+ </div >
209
+ ```
210
+
211
+ # btn-scale
212
+
213
+ ``` html
214
+ <div class =" btn btn-scale" >
215
+ This is an example button
216
+ </div >
217
+ ```
218
+
219
+ # btn-shadow
220
+
221
+ ``` html
222
+ <div class =" btn btn-shadow" >
223
+ This is an example button
224
+ </div >
225
+ ```
226
+
227
+ # btn-pulse
228
+
229
+ ``` html
230
+ <div class =" btn btn-pulse" >
231
+ This is an example button
232
+ </div >
233
+ ```
234
+
235
+ # btn-bounce
236
+
237
+ ``` html
238
+ <div class =" btn btn-bounce" >
239
+ This is an example button
240
+ </div >
241
+ ```
You can’t perform that action at this time.
0 commit comments