This is a wrapper around requestAnimationFrame(). It automatically calls requestAnimationFrame() over and over until you cancel() it.
requestAnimationFrame()
cancel()
This is a wrapper around
requestAnimationFrame()
. It automatically callsrequestAnimationFrame()
over and over until youcancel()
it.