Tagged: preloader
and it is spinning?
Hi,
I’m not sure what the conflict is, perhaps from a lasyloading plugin, but I added this css to make it spin:
.av-siteloader-wrap .av-preloading-logo {
-webkit-animation-name: spin;
-webkit-animation-duration: 4000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
please clear your browser cache and check.
Best regards,
Mike