font-awesome-animation [![Build Status](https://travis-ci.org/l-lin/font-awesome-animation.png?branch=master)](https://travis-ci.org/l-lin/font-awesome-animation) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) ================ > Simple animations using some CSS3 I found on the web. > Best used on glyphicons like [FontAwesome](http://fortawesome.github.io/Font-Awesome/). Getting started ================ Download ---------------- ### Manually The files can be downloaded from: * Minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.min.css) for production usage * Un-minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.css) for development ### With BowerJS ``` $ bower install font-awesome-animation ``` Installation ---------------- Include CSS file in your index.html file: ```html ``` Usage ================ See [live demo](https://l-lin.github.com/font-awesome-animation). Development ================ This project is using: * [GruntJS](http://gruntjs.com/) for adding prefixes and minification purpose * the CSS preprocessor [Myth](http://www.myth.io/) 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](http://en.wikipedia.org/wiki/MIT_License)