export async function getAnimationFrame(): Promise { return await new Promise((res) => requestAnimationFrame(() => res())); }