Viewing 1 reply thread
You must be logged in to reply to this topic.
I’ve been observing that the loading web does a slight flicker at the end of the load. You can see it in the video that I provided. I’ve always thought it was a computer crash, but I’ve noticed that it’s done on mobile devices and PCs, visually it’s not aesthetic. What could this failure be?
Hello,
This happens due to the animation added to the products. The css is loaded at the end of content. To avoid this, install a cache in your site. Also add this css in the Custom Css box:
html:not(.no-cssanimations) .animate_on_visible[data-speed="300"] {
-webkit-animation-duration: 0.2s !important;
-moz-animation-duration: 0.2s !important;
-o-animation-duration: 0.2s !important;
animation-duration: 0.2s !important;
}
Best regards!
You must be logged in to reply to this topic.