2017-03-23 75 views

回答

0

我認爲這是由於淡入淡出動畫。

刪除transitionStyle: "fade"或評論這些線owl.transitions.css

.owl-fade-out { 
    z-index: 10; 
    -webkit-animation: fadeOut .7s both ease; 
    -moz-animation: fadeOut .7s both ease; 
    animation: fadeOut .7s both ease; 
} 
.owl-fade-in { 
    -webkit-animation: fadeIn .7s both ease; 
    -moz-animation: fadeIn .7s both ease; 
    animation: fadeIn .7s both ease; 
} 
+0

我試試謝謝! – sharkbait

+0

這是否工作? – Amal

+0

是的非常感謝你! – sharkbait