Renders with setTimeout(). Generally an inferior way to render compared to requestAnimationFrame, but useful for browsers that don't suppoort requestAnimationFrame.
setTimeout()
requestAnimationFrame
Generated using TypeDoc
Renders with
setTimeout()
. Generally an inferior way to render compared torequestAnimationFrame
, but useful for browsers that don't suppoortrequestAnimationFrame
.