jQuery.wijmo.wijslider Namespace > options type : animate Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijslider.options.animate; |
Javascript (Specification) | |
---|---|
var animate : boolean; |