jQuery.wijmo.wijwizard Namespace > options type : hideOption Field |
The hideOption option defines the animation effects when hiding the panel content.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.wijwizard.options.hideOption; |
Javascript (Specification) | |
---|---|
|
//Set hide animation to blind and duration to 500. $(".selector").wijwizard({ hideOption: {fade: false, blind: true, duration: 500} });