UNPKG

popmotion

Version:

The animator's toolbox

3 lines (2 loc) 117 B
export declare type Easing = (v: number) => number; export declare type EasingModifier = (easing: Easing) => Easing;