Skip to content

Commit 6155392

Browse files
Improved some examples
1 parent 6c9bd32 commit 6155392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ $('#yourElement').animateCss('bounce', function() {
191191
You can change the duration of your animations, add a delay or change the number of times that it plays:
192192

193193
```css
194-
#yourElement {
195-
-vendor-animation-duration: 3s;
196-
-vendor-animation-delay: 2s;
197-
-vendor-animation-iteration-count: infinite;
194+
.yourElement {
195+
animation-duration: 3s;
196+
animation-delay: 2s;
197+
animation-iteration-count: infinite;
198198
}
199199
```
200200

0 commit comments

Comments
 (0)