Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daneden/animate.css
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Aug 2, 2015
2 parents 93498ec + 465cd61 commit caa3153
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "animate.css",
"version": "3.3.0",
"main": "./animate.css",
"ignore": [
".*",
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit caa3153

Please sign in to comment.