Javascript requestAnimationFrame()
You could says I live behind the rock in Javascript world in past two years. I recently developed Typing Mania in pure Javascript, decided to be my own replacement for Flash-based TypingMania Odyssey, which for some reason I can’t set it up properly at all.
Because I haven’t been following what happened in Javascript world recently, I did not know requestAnimationFrame()
exists. I use setInterval(func, 20)
as my main loop.