问题
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