🏠 New in High Baseline Support: requestAnimationFrame()

January 29, 2018

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