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 8897f6e commit 53ac17bCopy full SHA for 53ac17b
README.md
@@ -20,6 +20,12 @@ $('#yourElement').addClass('animated bounceOutLeft');
20
21
You can also detect when an animation ends:
22
23
+<!--
24
+Before you make changes to this file, you should know that $('#yourElement').one() is *NOT A TYPO*
25
+
26
+http://api.jquery.com/one/
27
+-->
28
29
```javascript
30
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething());
31
```
0 commit comments