FlexSlider 2 caption flicker on chrome

橙三吉。 提交于 2019-12-12 14:25:40

问题


I'm having some flickering in my captions on chrome: http://tyni.cc/flexsliderissue In safari everything runs fine.

Anyone knows what is wrong?

Thanks, Daniel


回答1:


I use Flexslider pretty regularly and also found the same problem. Setting the 'useCSS' property to 'false' fixed it for me. Didn't get to the bottom of why it was happening though.

Hope this helps.




回答2:


Add these CSS properties to your listitem to fix it

-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;


来源:https://stackoverflow.com/questions/14197437/flexslider-2-caption-flicker-on-chrome

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