wijmo.tooltip.wijtooltip Namespace > options type : calloutAnimation Option |
Sets the callout's offset changing animation.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijtooltip("option", "calloutAnimation"); // Set value var newValue; // Type: any $(".selector").wijtooltip("option", "calloutAnimation", newValue); }); |
Javascript (Specification) | |
---|---|
|