font-awesome-animation/README.md
2021-01-22 21:15:21 +01:00

1.2 KiB

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