Chrome最新更新(V36)后猫头鹰旋转木马过渡效果不起作用

Kar*_*aja 8 css jquery google-chrome css-transitions owl-carousel

我使用OWl旋转木马一段时间一切都很完美但最近我在Chrome浏览器更新后面临一个问题.css过渡效果不再适用于chrome.

但所有效果在firefox上运行良好.

任何人都可以帮助我..

Kar*_*aja 16

我找到了解决方案的朋友.

这是..

替换下面的代码行

support3d = (asSupport !== null && asSupport.length >= 1 && asSupport.length <= 2);

代替

support3d = (asSupport !== null && asSupport.length === 1);

这解决了我的问题.现在CSS转换在所有浏览器上运行良好.