Simple animations using some CSS3 I found on the web. Best used on glyphicons like FontAwesome.
The files can be downloaded from:
$ bower install font-awesome-animation
Include CSS file in your index.html file:
<link rel="stylesheet" href="font-awesome-animation.min.css">
See live demo.
This project is using:
- GruntJS for adding prefixes and minification purpose
- the CSS preprocessor Myth to generate the the prefixes for common browsers
You will need to install the dependencies:
$ npm install
You can generate the CSS file with prefixes and the minified CSS file by executing the following command:
$ grunt