jQuery.wijmo.wijcarousel Namespace > options type : step Field |
Default value: 1
Determines how many images will be scrolled when you click the Next/Previous button.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijcarousel.options.step; |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { step: 2 } );