I finally understand requestAnimationFrame
Explaining requestAnimationFrame
I knew requestAnimationFrame was a Web API that helps smooth out the animations. But I never really understood the why.
How browser rendering works:
Browser has to paint pixels to the screen many times per second. Thi...
tigerabrodi.blog3 min read