mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 21:41:31 +08:00
Simple animations using FontAwesome and some CSS3.
279cfe756e
Add grunt test task + Upgrade version v0.0.3 => v0.0.4 |
||
---|---|---|
demo | ||
dist | ||
grunt | ||
src | ||
styles | ||
vendor | ||
_config.yml | ||
.bowerrc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
bower.json | ||
favicon.png | ||
Gruntfile.js | ||
index.html | ||
package.json | ||
README.md |
font-awesome-animation
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:
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