Frontend Development

Font Awesome - spinning images

Submitted by NSA, , Thread ID: 10853

Thread Closed

RE: Font Awesome - spinning images

Pierro12
Member
Level:
0
Reputation:
0
Posts:
151
Likes:
4
Credits:
5
20-02-2020, 11:30 PM
#17
03-10-2015, 02:09 PM
NSA Wrote:
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/

Thanks you were so helpfull, i were looking for a moment to a editor like this

Users browsing this thread: 1 Guest(s)