Skip to content

Commit caa3153

Browse files
committed
Merge branch 'master' of github.com:daneden/animate.css
2 parents 93498ec + 465cd61 commit caa3153

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Full example:
9696
<h1 class="animated infinite bounce">Example</h1>
9797
```
9898

99+
[Check out all the animations here!](https://daneden.github.io/animate.css/)
100+
99101
##Usage
100102
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!
101103

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "animate.css",
3-
"version": "3.3.0",
43
"main": "./animate.css",
54
"ignore": [
65
".*",

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"type": "git",
66
"url": "https://github.com/daneden/animate.css.git"
77
},
8+
"jspm": {
9+
"main":"animate.css!",
10+
"format":"global",
11+
"directories": {
12+
"lib":"./"
13+
}
14+
},
815
"devDependencies": {
916
"grunt": "~0.4.1",
1017
"grunt-autoprefixer": "~0.4.0",

0 commit comments

Comments
 (0)