Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ramsesx Posted September 13, 2018 Posted September 13, 2018 If the page is loading content there is an animated round rotating circle. Where can I find this file? Thanks. circle.mp4
Tom S. Posted September 13, 2018 Posted September 13, 2018 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; }
Ramsesx Posted September 13, 2018 Author Posted September 13, 2018 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.