Wijmo UI for the Web
animation Option
wijmo.chart.wijlinechart Namespace > options type : animation Option

Type: wijmo.chart.linechart_animation

The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.linechart_animation
    returnsValue = $(".selector").wijlinechart("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.chart.linechart_animation
    $(".selector").wijlinechart("option", "animation", newValue);
        
});
var animation : linechart_animation;
See Also

Reference

options type
wijlinechart jQuery Widget