Wijmo UI for the Web
animation Option
wijmo.gauge.wijgauge Namespace > options type : animation Option

Type: wijmo.gauge.gauge_animation

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

Syntax
$(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);
        
});
var animation : gauge_animation;
See Also

Reference

options type
wijgauge jQuery Widget