requestAnimationFrame
API allowing a more efficient way of running script-based animation, compared to traditional methods using timeouts. Also covers support for `cancelAnimationFrame`
requestIdleCallback
API allowing the execution of JavaScript to be queued to run in idle browser time, either at the end of a frame or when the user is inactive. Also covers support for `cancelIdleCallback`. The API has similarities with `requestAnimationFrame`.
dedicatedworkerglobalscope api: requestanimationframe
vrdisplay api: requestanimationframe
window api: requestanimationframe
xrsession api: `requestanimationframe()`
6 results found.