Wijmo UI for the Web
animation Option

Type: wijmo.chart.chart_animation

The animation option determines whether and how the animation is shown.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_animation
    value = $(".selector").wijbarchart("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijbarchart("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : chart_animation;
Remarks
It defines the animation effect and controls other aspects of the widget's animation, such as duration and easing. Set this option to false in order to disable the animation effect.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.