From 9e26fd7eb38c3d7b1476b2a72120995f70db7cfc Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Thu, 13 Sep 2012 17:43:41 +0200 Subject: [PATCH] Update syntax highlighting for Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e66c4..707db0d 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ To use animate.css in your website, simply drop the stylesheet into your documen You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease: -``` +```jquery $('#yourElement').addClass('animated bounceOutLeft'); ``` You can change the duration of your animations, add a delay or change the number of times that it plays! -``` +```css #yourElement { -vendor-animation-duration: 3s; -vendor-animation-delay: 2s;