From f4758b5fead3601badee9ca4f343c09063c061cf Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 11 Nov 2014 16:18:24 -0500 Subject: [PATCH] Added youtube tutorial I created a tutorial on how to use Animate.css as I had many of my students asking - sharing here as it seems to be very popular and should be added to the documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e18d551..630f7c3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ http://api.jquery.com/one/ $('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething); ``` +[View a video tutorial](https://www.youtube.com/watch?v=CBQGl6zokMs) on how to use Animate.css with jQuery here. + **Note:** `jQuery.one()` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/). You can change the duration of your animations, add a delay or change the number of times that it plays: