🏠 New in Low Baseline Support: requestAnimationFrame()

July 29, 2015

caniuse · mdn · spec

The requestAnimationFrame() method schedules a function that runs before the next repaint. You can use it to animate content with JavaScript.

Source features