mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 21:41:31 +08:00
Simple animations using FontAwesome and some CSS3.
.github/workflows | ||
css | ||
scripts | ||
scss | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
font-awesome-animation
Simple animations using some CSS3 I found on the web. Best used on glyphicons like FontAwesome
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