Skip to content

Commit 480ce0b

Browse files
committed
Fix the code block (I hope)
1 parent 7623d96 commit 480ce0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ $('#yourElement').addClass('animated bounceOutLeft');
1414

1515
You can change the duration of your animations, add a delay or change the number of times that it plays!
1616

17-
```#yourElement {
17+
```
18+
#yourElement {
1819
-vendor-animation-duration: 3s;
1920
-vendor-animation-delay: 2s;
2021
-vendor-animation-iteration-count: infinite;

0 commit comments

Comments
 (0)