UNPKG

popmotion

Version:

The animator's toolbox

5 lines (4 loc) 265 B
import { InertiaOptions } from "./types"; export declare function inertia({ from, velocity, min, max, power, timeConstant, bounceStiffness, bounceDamping, restDelta, modifyTarget, driver, onUpdate, onComplete, onStop, }: InertiaOptions): { stop: () => void; };