Wijmo UI for the Web
step Option
wijmo.carousel.wijcarousel Namespace > options type : step Option

Default value: 1

Determines how many images will be scrolled when you click the Next/Previous button.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcarousel("option", "step");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcarousel("option", "step", newValue);
        
});
var step : number;
Example
$("#element").wijcarousel( { step: 2 } );
See Also

Reference

options type
wijcarousel jQuery Widget