Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Fix Owl Carousel flickering on Webkit based browsers

Started by Harald Schneider 6 years ago · 0 replies · 1961 views
6 years ago

If you experience flickering during slide transitions on Webkit based browsers like e.g. Apple Safari, you can fix it with this CSS snippet:

CSS
.owl-item {
 -webkit-backface-visibility: hidden;
 -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Mathieu Lecouturier, 6 days ago
3 130 3 days ago
Plugins · by Slebeig, 4 weeks ago
1 296 4 weeks ago
Plugins · by Rene, 2 months ago
2 454 2 months ago
Plugins · by Xavier, 2 months ago
2 369 2 months ago
Plugins · by Luka Prinčič, 7 years ago
3 1595 2 months ago