You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
getBoundingClientRect causes a DOM reflow when the DOM has been written to
between calls (see http://stackoverflow.com/a/37686736/945863). So call gBCR
on each element first in one loop with no intermediate writes, then use those
results while writing to the DOM in a second loop.
0 commit comments