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 6c9bd32 commit 6155392Copy full SHA for 6155392
README.md
@@ -191,10 +191,10 @@ $('#yourElement').animateCss('bounce', function() {
191
You can change the duration of your animations, add a delay or change the number of times that it plays:
192
193
```css
194
-#yourElement {
195
- -vendor-animation-duration: 3s;
196
- -vendor-animation-delay: 2s;
197
- -vendor-animation-iteration-count: infinite;
+.yourElement {
+ animation-duration: 3s;
+ animation-delay: 2s;
+ animation-iteration-count: infinite;
198
}
199
```
200
0 commit comments