Simple animations using FontAwesome and some CSS3.
Go to file
2021-01-22 21:15:21 +01:00
.github/workflows build: remove publishing to Github package 2021-01-22 10:28:51 +01:00
css refactor: switch node-sass from Myth + use SCSS instead to generate CSS 2021-01-22 21:11:12 +01:00
scripts refactor: switch node-sass from Myth + use SCSS instead to generate CSS 2021-01-22 21:11:12 +01:00
scss refactor: switch node-sass from Myth + use SCSS instead to generate CSS 2021-01-22 21:11:12 +01: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
LICENSE doc: update LICENSE dates 2021-01-21 12:42:49 +01:00
package-lock.json refactor: switch node-sass from Myth + use SCSS instead to generate CSS 2021-01-22 21:11:12 +01:00
package.json refactor: switch node-sass from Myth + use SCSS instead to generate CSS 2021-01-22 21:11:12 +01:00
README.md doc: fix cdn link 2021-01-22 21:15:21 +01:00

font-awesome-animation

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

build npm npm jsdelivr

Getting started

Install from NPM:

npm install font-awesome-animation

Or with a CDN:

https://www.jsdelivr.com/package/npm/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

# install dependencies
npm install

# generate prefixes and minified CSS files
npm run build

License

MIT License