mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Merge branch 'master' of github.com:daneden/animate.css
This commit is contained in:
commit
4ed27edc4f
2 changed files with 9 additions and 1 deletions
|
@ -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`
|
||||
|
|
|
@ -2,4 +2,12 @@
|
|||
"name": "animate.css",
|
||||
"version": "3.2.1",
|
||||
"main": "./animate.css"
|
||||
"ignore": [
|
||||
".*",
|
||||
"src",
|
||||
"*.yml",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"*.md"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue