We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7623d96 commit 480ce0bCopy full SHA for 480ce0b
README.md
@@ -14,7 +14,8 @@ $('#yourElement').addClass('animated bounceOutLeft');
14
15
You can change the duration of your animations, add a delay or change the number of times that it plays!
16
17
-```#yourElement {
+```
18
+#yourElement {
19
-vendor-animation-duration: 3s;
20
-vendor-animation-delay: 2s;
21
-vendor-animation-iteration-count: infinite;
0 commit comments