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