Determines the animation effect that will be shown.
Syntax
Javascript (Usage)
var value; // Type: any
value = jQuery.wijmo.wijtooltip.options.showAnimation;
Javascript (Specification)
var showAnimation : any;
Remarks
This should be an object value. Possible values include:
'animated', 'duration', and 'easing'. You can create custom easing
animations using jQuery UI Easings.
This property works with jQuery animation.