wijmo.slider.wijslider Namespace > options type : animate Option |
Default value: false
The animate option defines the sliding animation that is applied to the slider handle when a user clicks outside the handle on the bar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijslider("option", "animate"); // Set value var newValue; // Type: boolean $(".selector").wijslider("option", "animate", newValue); }); |
Javascript (Specification) | |
---|---|
var animate : boolean; |