Wijmo UI for the Web
animation Option
wijmo.sparkline.wijsparkline Namespace > options type : animation Option

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

Reference

options type
wijsparkline jQuery Widget