Slide flickering with CSS transitions

狂风中的少年 提交于 2021-02-07 09:22:42

问题


Have been researching possible fixes for this and just cannot figure out what's wrong.

The issue seems to only be in chrome. But it doesn't happen in Chrome Canary.

http://jsfiddle.net/de2yzzds/6/ (use arrow keys to navigate and I also need the html this way)

The slide flickers when it goes from the last slide to the first slide

I'm on a mac using Chrome Version 47.0.2526.80 (64-bit)

Using latest version of https://github.com/kenwheeler/slick

Can anyone else recreate the issue?

I've tried these solutions.

-webkit-transform: translate3d(0,0,0);

-webkit-backface-visibility: hidden;


回答1:


probably there is another style-sheet in your website that creates this problem.



来源:https://stackoverflow.com/questions/34215043/slide-flickering-with-css-transitions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!