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.
我在移动设备上运行一些 jQuery 动画。动画是滞后和生涩的。有什么可以做的来改善这一点吗?
这个库有助于弥合 jQuery 和原生 CSS 动画之间的差距,我发现:
http://ricostacruz.com/jquery.transit/
将此样式应用于您正在制作动画的元素,它会强制 webkit 与 GPU 共享处理负载
-webkit-transform: translateZ(0);
您可以从这张幻灯片中获取一些有用的提示