Simple animations using FontAwesome and some CSS3.
Go to file
Stefan Kecskes 2f9d7216ec fix consistency in versioning
https://www.npmjs.com/package/font-awesome-animation
npm and bower are probably complaining when versions are not in sync
2016-01-29 16:02:54 +01:00
demo faa-passing-reverse animation 2016-01-13 20:10:58 +01:00
dist Correct faa-passing-reverse animation #15 2016-01-14 09:23:38 +01:00
grunt Big refactoring 2014-04-16 23:54:21 +02:00
src Correct faa-passing-reverse animation #15 2016-01-14 09:23:38 +01:00
styles Add on parent hover #3 2014-07-04 10:10:59 +02:00
vendor Upgrade font-awesome 🎏 + Add 🏃 passing animation 2014-05-17 17:27:45 +02:00
_config.yml Big refactoring 2014-04-16 23:54:21 +02:00
.bowerrc Big refactoring 2014-04-16 23:54:21 +02:00
.editorconfig Initial commit 2014-01-21 23:03:43 +01:00
.gitattributes Initial commit 2014-01-21 23:03:43 +01:00
.gitignore Big refactoring 2014-04-16 23:54:21 +02:00
.jshintrc Big refactoring 2014-04-16 23:54:21 +02:00
.travis.yml Initial commit 2014-01-21 23:03:43 +01:00
bower.json fix consistency in versioning 2016-01-29 14:43:52 +00:00
favicon.png Big refactoring 2014-04-16 23:54:21 +02:00
Gruntfile.js Add grunt test task + Upgrade version v0.0.3 => v0.0.4 2014-04-17 00:07:25 +02:00
index.html Use minified css 2014-08-17 20:13:12 +02:00
package.json fix consistency in versioning 2016-01-29 16:02:54 +01:00
README.md Big refactoring 2014-04-16 23:54:21 +02: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.

Development

This project is using:

  • GruntJS for adding prefixes and minification purpose
  • the CSS preprocessor Myth to generate the the prefixes for common browsers

Getting started

You will need to install the dependencies:

$ npm install

Build

You can generate the CSS file with prefixes and the minified CSS file by executing the following command:

$ grunt

License

MIT License