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

Determines the animation effect that will be shown.

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

Reference

options type
wijtooltip jQuery Widget