Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,我正在为客户开发一个网站,但是当图像转换时会出现这种烦人的抽搐。主题是修改后的 Luna 主题(注意到他们现在支持 flexslider 我是不是走错了路?)只是想知道人们的想法吗?
链接到网站
将此添加到您的 CSS 中应该可以解决问题:
.bx-viewport { -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }