Slide 29
Slide 29 text
http://www.phpied.com/rendering-repaint-reflowrelayout-restyle/
•Adding, removing, updating DOM nodes
•Hiding a DOM node with display: none (reflow and
repaint) or visibility: hidden (repaint only, because no
geometry changes)
•Moving, animating a DOM node on the page
•Adding a stylesheet, tweaking style properties
•User action such as resizing the window, changing
the font size or scrolling
Wednesday, 2 May 2012