Skip to content

Commit 53ac17b

Browse files
committed
NOT A TYPO
1 parent 8897f6e commit 53ac17b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ $('#yourElement').addClass('animated bounceOutLeft');
2020

2121
You can also detect when an animation ends:
2222

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+
2329
```javascript
2430
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething());
2531
```

0 commit comments

Comments
 (0)