UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 194 B
import { EasingFunction } from "../types"; export declare function slowInterpolateNumbers(output: number[], input?: number[], easing?: EasingFunction | EasingFunction[]): (t: number) => number;