@yourwishes/carousel
Version:
A modern, flexible and performant carousel for the time concious developer.
10 lines • 475 B
TypeScript
import { WithContainer, WithOptions, WithSlides, WithState } from "./../types";
declare type TargetLerpParams = {
from: number;
to: number;
} & WithState;
export declare const sliderTargetMovementLerp: (params: TargetLerpParams) => number;
declare type FrameEventParams = WithState & WithOptions & WithSlides & WithContainer;
export declare const sliderEventMovementFrame: (params: FrameEventParams) => void;
export {};
//# sourceMappingURL=movement.d.ts.map