2014-04-17 05:54:21 +08:00
< section >
< p >
Does not work with < IE10...
< / p >
< / section >
< section >
< h3 > Download< / h3 >
< h4 > Manually< / h4 >
< p >
The files can be downloaded from:
< ul >
< li >
Minified < a href = "https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.min.css" > CSS< / a > for production usage
< / li >
< li >
Un-minified < a href = "https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.css" > CSS< / a > for development
< / li >
< / ul >
< / p >
2018-04-30 21:16:16 +08:00
< h4 > With < a href = "https://www.npmjs.com/" > NPM< / a > < / h4 >
2014-04-17 05:54:21 +08:00
< div class = "highlight" >
2018-04-30 21:16:16 +08:00
< pre > < code class = "bash" > < span class = "nv" > $ < / span > npm install font-awesome-animation< / code > < / pre >
2014-04-17 05:54:21 +08:00
< / div >
< / section >
< section >
< h3 > Installation< / h3 >
< p >
2018-04-30 21:16:16 +08:00
Include the CSS file in your < code > index.html< / code > file:
2014-04-17 05:54:21 +08:00
< br / >
< div class = "highlight" >
< pre > < code class = "html" > < span class = "nt" > < link< / span > < span class = "na" > rel=< / span > < span class = "s" > "stylesheet"< / span > < span class = "na" > href=< / span > < span class = "s" > "font-awesome-animation.min.css"< / span > < span class = "nt" > > < / span >
< / code > < / pre >
< / div >
< / p >
< / section >