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.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijslider("option", "animate");
// Set value
var newValue; // Type: boolean
$(".selector").wijslider("option", "animate", newValue);
});
See Also