Skip to content

Commit 24ec9fd

Browse files
authored
⭐ Update README.md
1 parent 3eb7454 commit 24ec9fd

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/css/animations/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,44 @@ All animations are from the latest version of the npm library.
198198
```
199199

200200
# Button animations
201+
Remember that these animations work best when using our library in the design part.
201202

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+
```

0 commit comments

Comments
 (0)