Skip to navigation
How to spin a glyphicon-refresh
25.07.16
.spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }b @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
http://jsfiddle.net/leoliaolei/L4zTu/1/
Reply
Anonymous
Information Epoch 1732621584
Distrust all claims for one true way.
Home
Notebook
Contact us