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

Default value: 'hide'

Specifies the effect to be used when the popup is hidden.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijpopup("option", "hideEffect");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijpopup("option", "hideEffect", newValue);
        
});
var hideEffect : string;
Remarks
This allows you to use a different effect when you show the popup than when you hide the popup.(See also showEffect.) Possible values include 'blind', 'clip', 'drop', 'fade', 'fold', 'slide', and 'pulsate'.See the jQuery UI / Effects page for more information.
See Also

Reference

options type
wijpopup jQuery Widget