Interface ISnapToSlideArg

interface ISnapToSlideArg {
    direction?: null | "next" | "prev";
    duration?: TSnapDuration;
}

Properties

direction?: null | "next" | "prev"
duration?: TSnapDuration