wijmo.tooltip.wijtooltip Namespace > options type : animation Option |
Sets the showAnimation and hideAnimation options if they are not specified individually.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijtooltip("option", "animation"); // Set value var newValue; // Type: any $(".selector").wijtooltip("option", "animation", newValue); }); |
Javascript (Specification) | |
---|---|
|