84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
现代浏览器编写移动端的 Web APP,要用到一些动画过渡效果。不知道 CSS3 和 jQuery 该选哪种实现,谁的性能更好?
认证0级讲师
如果可能还是应该用css3,因为css3的translate的3d转化可以开启GPU加速,而jquery的动画是js执行的,靠内存运算的。
关于这方面,可以参考这个:css3 开启硬件加速
毫无疑问CSS3。。。
写过详细的相关回答,是CSS3效率更好http://www.cnblogs.com/WitNesS/p/4643019.html
如果可能还是应该用css3,因为css3的translate的3d转化可以开启GPU加速,而jquery的动画是js执行的,靠内存运算的。
关于这方面,可以参考这个:
css3 开启硬件加速
毫无疑问CSS3。。。
写过详细的相关回答,是CSS3效率更好
http://www.cnblogs.com/WitNesS/p/4643019.html