Merge branch 'master' of github.com:daneden/animate.css

This commit is contained in:
Daniel Eden 2015-08-02 13:10:30 -07:00
commit caa3153dbd
3 changed files with 9 additions and 1 deletions

View File

@ -96,6 +96,8 @@ Full example:
<h1 class="animated infinite bounce">Example</h1>
```
[Check out all the animations here!](https://daneden.github.io/animate.css/)
##Usage
To use animate.css in your website, simply drop the stylesheet into your document's `<head>`, and add the class `animated` to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super!

View File

@ -1,6 +1,5 @@
{
"name": "animate.css",
"version": "3.3.0",
"main": "./animate.css",
"ignore": [
".*",

View File

@ -5,6 +5,13 @@
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
},
"jspm": {
"main":"animate.css!",
"format":"global",
"directories": {
"lib":"./"
}
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",