diff --git a/README.md b/README.md index 3943e21..e1a1b3a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ $('#yourElement').addClass('animated bounceOutLeft'); You can also detect when an animation ends: + + ```javascript $('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething()); ```