Simple animations using FontAwesome and some CSS3.
Go to file
2014-01-21 23:03:43 +01:00
demo Initial commit 2014-01-21 23:03:43 +01:00
src Initial commit 2014-01-21 23:03:43 +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 Initial commit 2014-01-21 23:03:43 +01:00
.travis.yml Initial commit 2014-01-21 23:03:43 +01:00
bower.json Initial commit 2014-01-21 23:03:43 +01:00
Gruntfile.js Initial commit 2014-01-21 23:03:43 +01:00
package.json Initial commit 2014-01-21 23:03:43 +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