Wijmo UI for the Web
showOption Field

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

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijwizard.options.showOption;
Javascript (Specification) 
var showOption : any;
Example
//Set show animation to blind and duration to 500.
$(".selector").wijwizard({
    showOption: {fade: false, blind: true, duration: 500}
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.