网页动画等过渡效果,CSS3 transitions 和 jQuery animations 谁实现的性能更好?
PHP中文网
PHP中文网 2017-04-17 11:06:22
0
3
582

现代浏览器编写移动端的 Web APP,要用到一些动画过渡效果。不知道 CSS3 和 jQuery 该选哪种实现,谁的性能更好?

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
左手右手慢动作

If possible, you should still use css3, because the 3D conversion of css3's translate can enable GPU acceleration, while jquery's animation is executed by js and relies on memory operations.

In this regard, you can refer to this:
Enable hardware acceleration for css3

大家讲道理

CSS3 without a doubt. . .

Ty80

Written detailed related answers, CSS3 is more efficient
http://www.cnblogs.com/WitNesS/p/4643019.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template