2018年1月 attribute VS prop 动画渲染

attribute和prop和UI存在单向/双向绑定关系,参考

https://m.aliyun.com/yunqi/articles/31499

渲染流程 重绘和重排

? requestAnimationFrame跟随浏览器的渲染间隔执行,那么发生强制同步回流(在js代码里读了offset等属性)时,requestAnimationFrame会不会跟着一起提前执行?(猜测:会)

https://www.w3cplus.com/animation/animation-performance.html

http://taobaofed.org/blog/2016/04/25/performance-composite/

原文地址:https://www.cnblogs.com/natsu07/p/8335001.html