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

Type: wijmo.wizard.ShowOption

The showOption option defines the animation effects when showing the panel content.

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

Reference

WijWizardOptions Interface