reflow abstract method

void reflow()

Force the browser to reflow the given element to apply the latest

  • CSS changes.
  • Otherwise, the browser will defer the CSS changes later (i.e., handled
  • asynchronously)

Implementation

void reflow();