Put this code in your css to help stop the flickering of image transitions
.tp-caption .tp-fade .start * {
-webkit-transform-style: preserve-3d;
-webkit-transform: translateZ(0);
}
Just another WordPress site
Put this code in your css to help stop the flickering of image transitions
.tp-caption .tp-fade .start * {
-webkit-transform-style: preserve-3d;
-webkit-transform: translateZ(0);
}