I found bug on 2 websites: as said in the title, when a slide is running, some elements further in the page are moving at the same time. Check this page:
http://www.cosmosupplylab.com/
Scrolling down on the page to the Team part, some portraits are moving at the same time the slider is fired. It happens too on the Expertise part, and other places on the page (some pictures, just one word in a paragraph, some div's ...)
It's a really strange behaviour, if you have an idea about what could be the reason, thanks a lot!
I had the same behaviour in Google Chrome and fixed it by adding the following to my CSS.
.bx-viewport {
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With