Interface ISnapNexPrevArg

interface ISnapNexPrevArg {
    duration?: TSnapDuration;
    easing?: TEasingType;
    onEnd?: () => void;
    onStart?: () => void;
    onUpdate?: (data: ITimelineProgressArg) => void;
    skip?: number;
}

Hierarchy (View Summary)

Properties

duration?: TSnapDuration
easing?: TEasingType
onEnd?: () => void
onStart?: () => void
onUpdate?: (data: ITimelineProgressArg) => void
skip?: number