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 · 1895 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 Slebeig, 5 days ago
1 102 5 days ago
Plugins · by Rene, 4 weeks ago
2 302 4 weeks ago
Plugins · by Xavier, 2 months ago
2 221 1 month ago
Plugins · by Luka Prinčič, 7 years ago
3 1410 2 months ago
Plugins · by Sebastian van de Meer, 2 months ago
1 321 2 months ago