css3 动画和 jquery 动画的区别
1、css3 使用 GPU,jQuery 使用 CPU 2、css3 比 jQuery 更流畅,更快,更效率 3、jQuery 支持所有浏览器 4、css3(animation, transition) 不支持 ie6, 7, 8, 9 5、css3 animation 支持的 css 属性比 jQuery 多
1、css3 使用 GPU,jQuery 使用 CPU 2、css3 比 jQuery 更流畅,更快,更效率 3、jQuery 支持所有浏览器 4、css3(animation, transition) 不支持 ie6, 7, 8, 9 5、css3 animation 支持的 css 属性比 jQuery 多