Skip to content

Commit 92f30f2

Browse files
committed
Merge pull request animate-css#574 from Hackzzila/patch-1
Added hosted libraries into README.md
2 parents dac3dab + 2383995 commit 92f30f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<link rel="stylesheet" href="animate.min.css">
1212
</head>
1313
```
14+
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
15+
```html
16+
<head>
17+
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
18+
</head>
19+
```
1420
2. Add the class `animated` to the element you want to animate.
1521
You may also want to include the class `infinite` for an infinite loop.
1622

@@ -107,6 +113,12 @@ To use animate.css in your website, simply drop the stylesheet into your documen
107113
<link rel="stylesheet" href="animate.min.css">
108114
</head>
109115
```
116+
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
117+
```html
118+
<head>
119+
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
120+
</head>
121+
```
110122

111123
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:
112124

0 commit comments

Comments
 (0)