fa-spin doesn't work (not animated)

Locked
AndrewGr
Posts: 19
Joined: 22 Mar 2016, 08:49
Location: Hong Kong

28 Jul 2016, 05:09

Hi there,

I have an issue with ajax indicator: it just showed as static, without any animation (in any browser).
Image

Any ideas how to fix it?

Thank you!

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

28 Jul 2016, 14:01

Please remove comments in fa class;
in font-awesome.css

Code: Select all

.fa {
  display: inline-block; /* removed comment */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
OR

please use;

Code: Select all

.fa {
   display: inline-block;
}

AndrewGr
Posts: 19
Joined: 22 Mar 2016, 08:49
Location: Hong Kong

29 Jul 2016, 08:03

Thank you, that worked for me! Issue solved!
Best regards,
Andrew

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

29 Jul 2016, 08:22

Glad to hear, thanks for the update! I'll add this fix to next release.

Locked

Return to “Atlas”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests