UNPKG

popmotion

Version:

The animator's toolbox

3 lines (2 loc) 183 B
import { Animation, DecayOptions } from "../types"; export declare function decay({ velocity, from, power, timeConstant, restDelta, modifyTarget, }: DecayOptions): Animation<number>;