wijmo.tooltip.wijtooltip Namespace > options type : hideAnimation Option |
Determines whether the animation effect can be seen.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijtooltip("option", "hideAnimation"); // Set value var newValue; // Type: any $(".selector").wijtooltip("option", "hideAnimation", newValue); }); |
Javascript (Specification) | |
---|---|
|