mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Merge pull request #173 from sarbbottam/master
removed undesired function invocation parenthesis
This commit is contained in:
commit
d962a26393
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ http://api.jquery.com/one/
|
|||
-->
|
||||
|
||||
```javascript
|
||||
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething());
|
||||
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
|
||||
```
|
||||
|
||||
You can change the duration of your animations, add a delay or change the number of times that it plays:
|
||||
|
|
Loading…
Reference in a new issue