From f5cd5d0dd7c39009a0990fc21d91d723dca5f623 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 10 Jun 2015 18:21:04 -0400 Subject: [PATCH 1/3] Remove moot `version` property from bower.json Per bower/bower.json-spec@a325da3 --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index e10c8fa..76937ba 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "animate.css", - "version": "3.2.5", "main": "./animate.css", "ignore": [ ".*", From 6ec8b661683fd40c2d74f6d77d340b0fdafc5409 Mon Sep 17 00:00:00 2001 From: pedwards Date: Mon, 6 Jul 2015 10:34:17 -0400 Subject: [PATCH 2/3] Adding support for jspm --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 211cf34..33824c7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,17 @@ { "name": "animate.css", - "version": "3.2.5", + "version": "3.2.5", "repository": { "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", From 57b629fd1c44a1b2962537a4e401219727af3654 Mon Sep 17 00:00:00 2001 From: Ivo van de Grift Date: Sat, 1 Aug 2015 12:23:18 +0200 Subject: [PATCH 3/3] Added Github IO page link to the readme Added the link to the Github IO page where all the different animations can be seen to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0f5850..250a215 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Full example:

Example

``` +[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 ``, 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!