What is the earliest point at which the browser calls requestAnimationFrame? (stackoverflow.com)stack
25 points by Joe J in stackoverflow.com · 45m ago · stack
Browsers have a function called requestAnimationFrame . I have the following questions about this function: Does the browser call this function after it has fully rendered the entire page or before? If before, what is the earliest point at which the browser calls this function?…