CodeMaster/node_modules/shifty/dist/interpolate.d.ts
2025-04-02 21:57:33 +08:00

5 lines
310 B
TypeScript

export function interpolate<T>(from: T, to: T, position: number, easing: Record<string, string | shifty.easingFunction> | string | shifty.easingFunction, delay?: number): T;
export namespace shifty {
type easingFunction = import("./index").shifty.easingFunction;
}
//# sourceMappingURL=interpolate.d.ts.map