jQuery.wijmo.wijtabs Namespace > options type : showOption Field |
Default value: null
This is an animation option for showing the tab's panel content.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijtabs.options.showOption; |
Javascript (Specification) | |
---|---|
|
//Set show animation to blind/fade and duration to 200. $('.selector').wijtabs({ showOption: { blind: true, fade: true, duration: 200}});