English
Appearance
Creates a Promise-based requestAnimationFrame that resolves on the next frame.
requestAnimationFrame
import { raf } from 'rattail' await raf() console.log('Next animation frame')
Promise<void>