You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I want an icon to only spin when it's hovered, without writing any JavaScript, and using the fa-spin class?
I was thinking maybe I could use your mixins to rebuild the fa-spin class my way, but I'm not sure how to make it work for fa-spin. Is it the same as any other icon class?
The text was updated successfully, but these errors were encountered:
@o-alquimista your best bet would be to write your own CSS and use the :hover element state. The CSS for fa-spin is pretty straight-forward and easy enough to copy.
What if I want an icon to only spin when it's hovered, without writing any JavaScript, and using the
fa-spin
class?I was thinking maybe I could use your mixins to rebuild the
fa-spin
class my way, but I'm not sure how to make it work forfa-spin
. Is it the same as any other icon class?The text was updated successfully, but these errors were encountered: