var instance; // Type: wijmo.chart.chart_hint; var value; // Type: string value = instance.easing;
var easing : string;
A value that indicates the easing animation used to show or hide the hint when you mouse over or mouse out of a bubble with the showEasing or hideEasing attribute set to null.
Default: "easeOutExpo"
Type: String
var instance; // Type: wijmo.chart.chart_hint; var value; // Type: string value = instance.easing;
var easing : string;
Note: The easing animation for showing or hiding the hint is quickly overtaken by the animation for moving the hint. The animation for moving the hint is not customizable.
The default animation style is "easeOutExpo." To use a different one, you can create a custom animation using Raphael.easing. See Animation for more information about supported animation effects and easing.