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

Sets the callout's offset changing animation.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "calloutAnimation");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "calloutAnimation", newValue);
        
});
var calloutAnimation : any;
Remarks
This should be an object value. Possible values include: 'disabled', 'duration', and 'easing'.
See Also

Reference

options type
wijtooltip jQuery Widget