From 480ce0baa256f39b8c50ef8bc50ee7ed29a073cb Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Wed, 21 Dec 2011 08:41:10 +0000 Subject: [PATCH] Fix the code block (I hope) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d326820..30d4f1a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ $('#yourElement').addClass('animated bounceOutLeft'); You can change the duration of your animations, add a delay or change the number of times that it plays! -```#yourElement { +``` +#yourElement { -vendor-animation-duration: 3s; -vendor-animation-delay: 2s; -vendor-animation-iteration-count: infinite;