ngu-carousel icon indicating copy to clipboard operation
ngu-carousel copied to clipboard

Touch command doesn't work

Open martinlecaros opened this issue 2 years ago • 0 comments

Hi, I want to make the carousel cards not selectable and the touch: false command does not work, any idea why it happens? thanks.

public carouselTile: NguCarouselConfig = { grid: { xs: 2, sm: 2, md: 2, lg: 3, all: 0 }, slide: 1, speed: 250, point: { visible: true }, load: 2, velocity: 1, touch: false, loop: true, easing: 'cubic-bezier(0, 0, 0.2, 1)' };

martinlecaros avatar Jul 28 '22 16:07 martinlecaros