Skip to content

Commit 9e26fd7

Browse files
committed
Update syntax highlighting for Readme
1 parent cb62ae3 commit 9e26fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ To use animate.css in your website, simply drop the stylesheet into your documen
88

99
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:
1010

11-
```
11+
```jquery
1212
$('#yourElement').addClass('animated bounceOutLeft');
1313
```
1414

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

17-
```
17+
```css
1818
#yourElement {
1919
-vendor-animation-duration: 3s;
2020
-vendor-animation-delay: 2s;

0 commit comments

Comments
 (0)