Odd behavior with Tabs and Rotation showing mulitple panels when clicked quickly
We have created a feature-rotator using Tabs and Rotation. While it
looks good when used with normal behavior, clicking through fast seems
to create a problem displaying more than one 'tab' simultaneously.
While it's not easy to do, it is undesirable and we would like to see
if there is any suggestions to address this issue.
http://lefcms.lef.org/jquery/
It's not always easy to do, but click the tabs quickly to see the
quirky behavior. Here's the javascript handling the rotation:
jQuery(document).ready(function($) {
$('#tabsMain').tabs({ fx: { opacity: 'toggle' } }).tabs
('rotate' , 5000);
});
Any feedback regarding this would be highly appreciated. TIA