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

Type: wijmo.chart.chart_animation

An option that controls aspects of the widget's animation, such as duration and easing.

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

Reference

options type
wijscatterchart jQuery Widget