Wijmo UI for the Web
hideOption Field
wijmo.wizard Namespace > WijWizardOptions Interface : hideOption Field

Type: wijmo.wizard.ShowOption

The hideOption option defines the animation effects when hiding the panel content.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: ShowOption
value = instance.hideOption;
var hideOption : ShowOption;
Example
//Set hide animation to blind and duration to 500.
$(".selector").wijwizard({
    hideOption: {fade: false, blind: true, duration: 500}
});
See Also

Reference

WijWizardOptions Interface