mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-03-04 00:01:49 +08:00
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
License
Description
Languages
CSS
54.3%
SCSS
42.7%
JavaScript
3%