var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: ShowOption value = instance.hideOption;
var hideOption : ShowOption;
The hideOption option defines the animation effects when hiding the panel content.
var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: ShowOption value = instance.hideOption;
var hideOption : ShowOption;
//Set hide animation to blind and duration to 500. $(".selector").wijwizard({ hideOption: {fade: false, blind: true, duration: 500} });