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

This commit is contained in:
Daniel Eden 2015-03-04 15:12:41 -08:00
commit 4ed27edc4f
2 changed files with 9 additions and 1 deletions

View File

@ -14,7 +14,7 @@
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.
3. Finally to need to add one of the following classes:
3. Finally you need to add one of the following classes:
* `bounce`
* `flash`

View File

@ -2,4 +2,12 @@
"name": "animate.css",
"version": "3.2.1",
"main": "./animate.css"
"ignore": [
".*",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}