Fix the code block (I hope)

This commit is contained in:
Dan Eden 2011-12-21 08:41:10 +00:00
parent 7623d9629d
commit 480ce0baa2
1 changed files with 2 additions and 1 deletions

View File

@ -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;