Wijmo UI for the Web
showOption Option
wijmo.tabs.wijtabs Namespace > options type : showOption Option

Default value: null

This is an animation option for showing the tab's panel content.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtabs("option", "showOption");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtabs("option", "showOption", newValue);
        
});
var showOption : object;
Example
//Set show animation to blind/fade and duration to 200.
$('.selector').wijtabs({
showOption: { blind: true, fade: true, duration: 200}});
See Also

Reference

options type
wijtabs jQuery Widget