简体中文
Appearance
提供跨浏览器兼容的 requestAnimationFrame 函数,并使用 setTimeout 作为回退选项。
requestAnimationFrame
setTimeout
import { requestAnimationFrame } from 'rattail' requestAnimationFrame(() => { console.log('请求了一帧') })
el
HTMLElement
Array<HTMLElement | Window>