View demo
Download
Using Feature List requires a simple function call:
$.featureList( |
$("#tabs li a"), |
$("#output li"), { |
start_item : 1 |
} |
); |
|
// Alternative |
|
$('#tabs li a').featureList({ |
output : '#output li', |
start_item : 1 |
}); |
Options
The following options are configurable:- start_item - Index of active tab by default (counting starts from 0) (default 0)
- pause_on_hover - If true, animations will pause when the mouse hovers over the tabs (default true)
- transition_interval - Length of time between transitions (0 = no automatic transitions) (default 5000)

No comments:
Post a Comment