2025-03-24 22:56:10 +01:00

3 lines
183 B
TypeScript

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