The plugin accepts the following options:
Options can be set either on initialization or at runtime.
The target for the autoscrolling. This is basically the same as the first argument the scroll method acceppts.
See Available formats for the target argument for more information about the target argument.
$('.jcarousel').jcarouselAutoscroll({
target: '+=3'
});+=1
The autoscrolling interval in milliseconds.
$('.jcarousel').jcarouselAutoscroll({
interval: 1000
});3000
Whether to autostart autoscrolling.
$('.jcarousel').jcarouselAutoscroll({
autostart: false
});true
The method to call on the carousel.
$('.jcarousel').jcarouselAutoscroll({
method: 'scrollIntoView'
});scroll