Wijmo UI for the Web
animation Option

Type: wijmo.chart.chart_animation

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

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

See Also

Reference

options type
wijscatterchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.