Jump to content

round loading circle file?


Ramsesx

Recommended Posts

2 minutes ago, Tom S. said:

It's an icon from the icomoon icon pack

https://icomoon.io

IPS implement it using:


.ipsLoading:before {
    font-family: 'icomoon';
    content: '\e97b';
}

and to make it spin:


.ipsLoading:not( .ipsLoading_noAnim ):before {
    -webkit-animation: spinner 0.75s infinite linear;
    animation: spinner 0.75s infinite linear;
}

 

Thanks a lot Tom.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...