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