Simple animations using FontAwesome and some CSS3.
Go to file
2018-01-14 10:25:21 +01:00
demo feat: Add falling animation #25 2017-10-01 15:18:06 +02:00
dist chore: Update dependencies 2018-01-14 10:14:55 +01:00
grunt Big refactoring 2014-04-16 23:54:21 +02:00
src feat: Add falling animation #25 2017-10-01 15:18:06 +02:00
styles feat: Add falling animation #25 2017-10-01 15:18:06 +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
.npmignore chore: Add .npmignore 2017-10-01 15:24:57 +02:00
.travis.yml chore: Update .travis.yml 2018-01-14 10:25:21 +01:00
bower.json chore: Update dependencies 2018-01-14 10:14:55 +01: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
LICENSE add LICENSE file + set license inside bower.json 2017-01-02 17:07:44 +01:00
package-lock.json chore: Update dependencies 2018-01-14 10:14:55 +01:00
package.json chore: Update dependencies 2018-01-14 10:14:55 +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