Tabs UI Fading
Tabs UI Fading
I am trying to build a slideshow with the new Tabs 3. I used fxFade on
one website to fade from one picture to the next one. I'm trying to
figure out how to accomplish this with Tabs 3. My code is below:
$('#rotation > ul').tabs({ fx: { opacity: 'toggle' }}).tabs('rotate',
7000, true);
My issue with the above code is that it fades to white and then to the
picture. I would like it to go straight to the following picture. So
instead of waiting for it to completely fade one picture before fading
in the next, I want to fade out one as I fade in the next. I'm fairly
new to JQuery and Javascript, but I am decent at coding in several
other languages. Are there other options for the opacity fx than
toggle? Thank you for your time.
Matt McCord