Wijmo UI for the Web
hideDuration Option
wijmo.popup.wijpopup Namespace > options type : hideDuration Option

Default value: 100

A value that indicates the number of milliseconds it takes for the indicated animation effect to completely hide the popup.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijpopup("option", "hideDuration");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpopup("option", "hideDuration", newValue);
        
});
var hideDuration : number;
Remarks
This allows you to use a different number of milliseconds when you show the popup than when you hide the popup.(See also showDuration.)
See Also

Reference

options type
wijpopup jQuery Widget