.slow-spin {
-webkit-animation: fa-spin 6s infinite linear;
animation: fa-spin 6s infinite linear;
}
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<i class = "fa fa-cog fa-5x slow-spin"></i>
'jquery소스' 카테고리의 다른 글
애니메이션 가로막대 그래프(animation bar graph ) (0) | 2016.11.24 |
---|---|
상하 스크롤 발생해주는 jquery vticker (0) | 2016.11.10 |
jquery 를 이용해서 원하는 태그(위치)로 스크롤 이동하기 (0) | 2016.11.09 |