Simple animations using FontAwesome and some CSS3.
Go to file
2014-01-24 19:44:33 +01:00
demo Add pulse animation 2014-01-24 19:44:01 +01:00
dist Add pulse animation 2014-01-24 19:44:01 +01:00
src Add pulse animation 2014-01-24 19:44:01 +01:00
.bowerrc Initial commit 2014-01-21 23:03:43 +01:00
.editorconfig Initial commit 2014-01-21 23:03:43 +01:00
.gitattributes Initial commit 2014-01-21 23:03:43 +01:00
.gitignore Correct .gitignore file + Add test task on Gruntfile.js + Add dist folder 2014-01-21 23:21:49 +01:00
.travis.yml Initial commit 2014-01-21 23:03:43 +01:00
bower.json Upgrade version from 0.0.2 to 0.0.3 2014-01-24 19:44:33 +01:00
Gruntfile.js Correct .gitignore file + Add test task on Gruntfile.js + Add dist folder 2014-01-21 23:21:49 +01:00
LICENSE Initial commit 2014-01-21 13:56:12 -08:00
package.json Upgrade version from 0.0.2 to 0.0.3 2014-01-24 19:44:33 +01:00
README.md Initial commit 2014-01-21 23:03:43 +01:00

font-awesome-animation Build Status Built with Grunt

Simple animations using some CSS3 I found on the web. Best used on glyphicons like FontAwesome.

Getting started

Download

Manually

The files can be downloaded from:

  • Minified CSS for production usage
  • Un-minified CSS for development

With BowerJS

$ bower install font-awesome-animation

Installation

Include CSS file in your index.html file:

<link rel="stylesheet" href="font-awesome-animation.min.css">

Usage

See live demo.

License

MIT License