Skip to content

Commit

Permalink
Improved some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonmesquita committed Sep 24, 2018
1 parent 6c9bd32 commit 6155392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -191,10 +191,10 @@ $('#yourElement').animateCss('bounce', function() {
You can change the duration of your animations, add a delay or change the number of times that it plays:

```css
#yourElement {
-vendor-animation-duration: 3s;
-vendor-animation-delay: 2s;
-vendor-animation-iteration-count: infinite;
.yourElement {
animation-duration: 3s;
animation-delay: 2s;
animation-iteration-count: infinite;
}
```

Expand Down

0 comments on commit 6155392

Please sign in to comment.