UNPKG

motion

Version:

The Motion library for the web

8 lines (7 loc) 152 B
export declare type AnimationGenerator = { next: (t: number) => { value: number; done: boolean; velocity: number; }; };