Wijmo UI for the Web
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
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;
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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.