I have the problem when the bootstrap carousel changes the image, it's adds the class next ( transform: translate3d(100%, 0, 0);
) for item and Add motion blur during the effect to text my navbar menu..
You can see example here: http://bek.2d.uz/ Please look the navbar maximum 10 sec.
You can add this fix:
.main_menu .navbar .navbar-nav {
transform: translateZ(0);
}
translateZ(0) hack forces the browser to create a new layer and send rendering to the GPU.
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