Skip to content

Commit

Permalink
Fix the code block (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Dec 21, 2011
1 parent 7623d96 commit 480ce0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 480ce0b

Please sign in to comment.