Fix #127 on the right branch, dummy.

This commit is contained in:
Daniel Eden 2014-01-31 13:45:11 +00:00
parent bb2c830e08
commit 81815e25f5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $('#yourElement').addClass('animated bounceOutLeft');
You can also detect when an animation ends:
```javascript
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd 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: