Can you provide option in config settings to loop the image's in forward Direction
Opened this issue · 0 comments
lakshmidevi407 commented
When carousel comes to last image in its Result set with the loop option as true,it just rolling backwards to the First Slide .
can you provide option in config settings to control its direction in loop like ..
export declare class NgxCarousel {
grid: Transfrom;
slide?: number;
speed?: number;
interval?: number;
animation?: Animate;
point?: Point;
type?: string;
load?: number;
custom?: Custom;
direction:'forward',
loop?: boolean;
touch?: boolean;
easing?: string;
}
any help can be appreciated.