Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 13, 20186 yr If the page is loading content there is an animated round rotating circle. Where can I find this file? Thanks. circle.mp4
September 13, 20186 yr 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; }
September 13, 20186 yr Author 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.
Archived
This topic is now archived and is closed to further replies.