Simple animations using FontAwesome and some CSS3.
Go to file
2021-01-22 10:20:52 +01:00
.github/workflows build: remove build and scripts folders from npm pack 2021-01-22 10:20:52 +01:00
scripts build: add banner to build process 2021-01-22 08:54:13 +01:00
src feat(#30): add fa-rising 2020-03-31 22:12:54 +02:00
.editorconfig build: change CI 2021-01-21 20:25:02 +01:00
.gitignore build: add release workflow 2021-01-22 10:02:23 +01:00
.npmignore build: remove build and scripts folders from npm pack 2021-01-22 10:20:52 +01:00
LICENSE doc: update LICENSE dates 2021-01-21 12:42:49 +01:00
package-lock.json 0.4.0 2021-01-22 10:04:22 +01:00
package.json 0.4.0 2021-01-22 10:04:22 +01:00
README.md doc: add badges 2021-01-21 20:48:51 +01:00

font-awesome-animation build npm version

Simple animations using some CSS3 I found on the web. Best used on glyphicons like FontAwesome.

Getting started

Add

npm install font-awesome-animation

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:

  • the CSS preprocessor Myth to generate the prefixes for common browsers
# install dependencies
npm install

# generate prefixes and minified CSS files
npm run build

License

MIT License