Wijmo UI for the Web
animation Option

Type: wijmo.gauge.gauge_animation

Defines the animation effect, controlling aspects such as duration and easing.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.gauge.gauge_animation
    returnsValue = $(".selector").wijgauge("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.gauge.gauge_animation
    $(".selector").wijgauge("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : gauge_animation;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgauge jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.