Wijmo UI for the Web
animation Option
wijmo.tooltip.wijtooltip Namespace > options type : animation Option

Sets the showAnimation and hideAnimation options if they are not specified individually.

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

Reference

options type
wijtooltip jQuery Widget