UNPKG

popmotion

Version:

The animator's toolbox

5 lines (4 loc) 142 B
export declare const syncDriver: (interval?: number) => (update: (v: number) => void) => { start: () => void; stop: () => boolean; };