Wijmo UI for the Web
animate Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijslider("option", "animate");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijslider("option", "animate", newValue);
        
});
var animate : boolean;
Remarks
This option will accept a string representing one of the three predefined speeds or a number representing the length of time in milliseconds that the animation will run. The three predefined speeds are slow, normal, or fast.
See Also

Reference

options type
wijslider jQuery Widget