You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: