Files
routie/frontend/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.d.ts
T

6 lines
204 B
TypeScript

/**
* Schedule a task to run in an animation frame on its own
* This is useful for heavy tasks that may cause jank if all ran together
*/
export declare function requestNewFrame(cb: () => void): void;