5 lines
310 B
TypeScript
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
|