Hi,
I know X Theme uses the amazing Font Awesome icons.
These icons usually can be animated by adding the CSS class fa-spin
, which essentially applies this CSS:
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
On X Theme this class is not available. I could off course create my own x-spin
class, but I was wondering if I’m missing something out. Is there a class or another way already built-in to animate the default X Icons?