Skip to content

Commit d6f0135

Browse files
committed
Updated readme with an example
1 parent 7941b81 commit d6f0135

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
[Check out all the animations here!](https://daneden.github.io/animate.css/)
77

88
## Usage
9-
Because this version uses mixins, not classes, adding classes to your HTML won't work. To add an animation, call the mixin you want on the relevant element in your SCSS.
9+
Because this version uses mixins, not classes, adding classes to your HTML won't work. To add an animation, call the mixin you want on the relevant element in your SCSS. If you want an infinite animation, you must also call the animate-infinite mixin.
10+
11+
Example:
12+
13+
``` p {
14+
@include bounce;
15+
@include animate-infinite;
16+
} ```
1017
1118
1219
## License

0 commit comments

Comments
 (0)