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

Type: wijmo.chart.chart_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.chart_animation
    returnsValue = $(".selector").wijcompositechart("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijcompositechart("option", "animation", newValue);
        
});
var animation : chart_animation;
See Also

Reference

options type
wijcompositechart jQuery Widget