Options - nrsedat/uCarousel GitHub Wiki

Below are the options you can set


dragRadius
@ The minimum distance before the slides start moving while you drag.
@ Default value - 10
@ Example usage jQuery('.ucarousel').uCarousel({dragRadius: 20});

moveRadius
@ The minimum drag distance which will trigger the move to next or previous slide.
@ Default value - 20.
@ Example usage jQuery('.ucarousel').uCarousel({moveRadius: 30});

loop @ Whether to cycles through slides.
@ Default value - true.
@ Example usage jQuery('.ucarousel').uCarousel({loop: false});

drag @ Whether to move with the drag or swipe movement.
@ Default value - true.
@ Example usage jQuery('.ucarousel').uCarousel({drag: false});

slideDuration
@ The jQuery animate duration.
@ Default value - 500
@ Example usage jQuery('.ucarousel').uCarousel({dragRadius: 300});