Merge pull request #574 from Hackzzila/patch-1

Added hosted libraries into README.md
This commit is contained in:
Daniel Eden 2016-06-06 10:42:50 -07:00
commit 92f30f2213
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,12 @@
<link rel="stylesheet" href="animate.min.css">
</head>
```
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
</head>
```
2. Add the class `animated` to the element you want to animate.
You may also want to include the class `infinite` for an infinite loop.
@ -107,6 +113,12 @@ To use animate.css in your website, simply drop the stylesheet into your documen
<link rel="stylesheet" href="animate.min.css">
</head>
```
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
</head>
```
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: