UNPKG

popmotion

Version:

The animator's toolbox

6 lines (5 loc) 260 B
import { SpringOptions, Animation } from "../types"; export declare function spring({ from, to, restSpeed, restDelta, ...options }: SpringOptions): Animation<number>; export declare namespace spring { var needsInterpolation: (a: any, b: any) => boolean; }