mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Merge branch 'master' of github.com:daneden/animate.css
This commit is contained in:
commit
caa3153dbd
3 changed files with 9 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "animate.css",
|
||||
"version": "3.3.0",
|
||||
"main": "./animate.css",
|
||||
"ignore": [
|
||||
".*",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue