Simple animations using FontAwesome and some CSS3.
Go to file
2021-01-21 12:42:49 +01:00
demo feat(#30): add fa-rising 2020-03-31 22:12:54 +02:00
dist feat(#30): add fa-rising 2020-03-31 22:12:54 +02:00
grunt Big refactoring 2014-04-16 23:54:21 +02:00
src feat(#30): add fa-rising 2020-03-31 22:12:54 +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 font-awesome 5 for demo #26 2018-04-30 15:16:16 +02:00
LICENSE doc: update LICENSE dates 2021-01-21 12:42:49 +01:00
package-lock.json Merge pull request #32 from l-lin/dependabot/npm_and_yarn/clean-css-4.1.11 2020-03-31 22:18:27 +02:00
package.json chore: release v0.3.0 2020-03-31 22:13:33 +02:00
README.md docs: use latest version in README 2020-03-31 22:16:03 +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 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