A particular issue with DOM manipulation is that the browser needs to re-flow and re-paint (basically re-render) the affected elements on the screen.
DOM操作的一个特别问题是浏览器需要在屏幕上回流和重绘(主要是重新呈现)元素。
By combining the style changes, the result is a single re-flow and re-paint, and by extension, improved responsiveness and performance in this application.
通过将样式修改合并起来,结果是只有一次回流和重绘,而且,响应速度和性能也得到提升。
The general structure that we're looking at can be summarized as this, if this helps paint a nice mental picture.
我们一般看到的这个结构可以这样概括,如果这个帮助我们描绘出一个漂亮的记忆画面。
应用推荐