解决动画卡顿问题
1、利用Chrome-dev-tool的performance调试看看fps和渲染过程cpu找出卡顿是render问题还是js阻塞问题
2、若是重绘占据绝大部门时间还是js阻塞了
https://blog.csdn.net/shuidinaozhongyan/article/details/78090381
1、利用Chrome-dev-tool的performance调试看看fps和渲染过程cpu找出卡顿是render问题还是js阻塞问题
2、若是重绘占据绝大部门时间还是js阻塞了
https://blog.csdn.net/shuidinaozhongyan/article/details/78090381