Wijmo UI for the Web
easing Field
wijmo.chart Namespace > linechart_animation Interface : easing Field

Sets the type of animation easing effect that users experience when the wijlinechart series loads on the page. For example, the line series can bounce several times as it loads.

Type: String

Default: "easeInCubic"

Syntax
var instance; // Type: wijmo.chart.linechart_animation;
var value; // Type: string
value = instance.easing;
var easing : string;
Remarks

Valid values:

Easing is defined in Raphael. You can visit the external documentation here: http://raphaeljs.com/reference.html#Raphael.easing_formulas

You can also create custom easing animations using jQuery UI Easings.

See Also

Reference

linechart_animation Interface