单词查询

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.
为了防止reflows,在HTML的标签中或在CSS中为所有图片指定宽度和高度。

单词卡片