Skip to content

raf

Creates a Promise-based requestAnimationFrame that resolves on the next frame.

Usage

ts
import { raf } from 'rattail'

await raf()
console.log('Next animation frame')

Return

Type
Promise<void>