English
Appearance
Creates a Promise-based double requestAnimationFrame that resolves after two frames.
requestAnimationFrame
import { doubleRaf } from 'rattail' await doubleRaf() console.log('Two frames later')
Promise<void>