font-awesome-animation/README.md
2014-01-21 23:03:43 +01:00

34 lines
1.1 KiB
Markdown

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://github.com/l-lin/font-awesome-animation/dist/font-awesome-animation.min.css) for production usage
* Un-minified [CSS](https://github.com/l-lin/font-awesome-animation/dist/font-awesome-animation.css) for development
### With BowerJS
```
$ bower install font-awesome-animation
```
Installation
----------------
Include CSS file in your index.html file:
```html
<link rel="stylesheet" href="font-awesome-animation.min.css">
```
Usage
================
See [live demo](https://l-lin.github.com/font-awesome-animation).
License
================
[MIT License](http://en.wikipedia.org/wiki/MIT_License)