reflows

reflows

 英

  • 网络减少回流

例句

As already mentioned, browsers try to minimize the number of reflows by queuing changes and executing them in batches.

浏览器通过队列修改批量运行方法尽量减少排版次数

Reflows and repaints can be expensive, and therefore a good strategy for responsive applications is to reduce their number.

排版代价昂贵所以提高程序响应速度一个策略减少操作发生机会

The developers worked to reduce DOM querying and avoid unnecessary page reflows during the initial loading process.

开发人员尽量减少DOM查询初始加载过程避免不必要页面回流pagereflow)。

Reflows sometimes affect only a small part of the render tree, but they can affect a larger portion, or even the whole tree.

排版有时影响渲染小部分可以影响一部分甚至整个渲染

Inline style blocks (specified with the tag) can cause reflows and shifting of content.

标记指定样式可能导致reflows页面跳动

Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.

页面所有图片指定宽度高度可以消除不必要reflows重新绘制页面repaints】,使页面渲染速度更快

If you omit those steps, every change you make in step 2 could cause its own reflows.

如果忽略两个步骤那么第二每次改变引发一次排版

To prevent reflows, specify the width and height of all images, either in the HTML tag, or in CSS.

为了防止reflowsHTML标签CSS所有图片指定宽度高度