Frontend Development

Font Awesome - spinning images

Submitted by NSA, , Thread ID: 10853

Thread Closed
NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
03-10-2015, 02:09 PM
This post was last modified: 03-10-2015, 02:10 PM by NSA
#1
To make an icon spin is super easy!!

Let's take our standard image here (fa-bomb):
Code:
<i class="fa fa-bomb"></i>

Now to make it start rotating you would simply add this
Code:
<i class="fa fa-spin fa-bomb"></i>

See how I added fa-spinner. That makes it spin!

Here you can see how this looks: http://jsfiddle.net/NBB_NSA/cqzjsLze/3/
xxx

Users browsing this thread: 1 Guest(s)