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

Default value: 'show'

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijpopup("option", "showEffect");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijpopup("option", "showEffect", newValue);
        
});
var showEffect : string;
Remarks
This allows you to use a different effect when you show the popup than when you hide the popup.(See also hideEffect.) 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