-
@andy_kelley Short for requestAnimationFrame - this thing: developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame Calling requestAnimationFrame() repeatedly / 'recursively' is common, but inserting elements in its callback isn't, especially not scripts :D