Skip to content

Commit f13b20b

Browse files
committed
Merge pull request animate-css#197 from taylorlapeyre/master
Add message to deter unnecessary issues about .one()
2 parents 14d441e + 79e575a commit f13b20b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ http://api.jquery.com/one/
3030
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
3131
```
3232

33+
**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
34+
3335
You can change the duration of your animations, add a delay or change the number of times that it plays:
3436

3537
```css

0 commit comments

Comments
 (0)