wijmo.popup.wijpopup Namespace > options type : showDuration Option |
Default value: 300
A value that indicates the number of milliseconds it takes for the indicated animation effect to completely show the popup.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijpopup("option", "showDuration"); // Set value var newValue; // Type: number $(".selector").wijpopup("option", "showDuration", newValue); }); |
Javascript (Specification) | |
---|---|
|