This post is a part 19 of Advanced JavaScript APIs post series. In this tutorial I will explain everything about requestAnimationFrame() function. This function was introduced by Robert O’Callahan, a hacker at Mozilla. Asynchronous Queue and JavaScript Timers Before we get into requestAnimationFrame() lets first understand how browsers execute asynchronous javascript code and how timers(setInterval() […]
Most Commented