Any extra options for the toggle can go where the opacity option is:
{ fx: { opacity: 'toggle', duration: 1000 } }


On Sep 10, 7:27 am, -e-train <etrai...@gmail.com> wrote:
> All -
>
> I have a set of tabs that I have gotten to rotate through via this
> scipt:
>
> $(document).ready(function(){
>           $("#tabs").tabs({ fx: { opacity: 'toggle' }}).tabs('rotate',
> 3500);
>       });
>
> Does anyone know how to still control the fade in the toggle?
> where do I put the millisecond count when using the
> { fx: { opacity: 'toggle' }}
>
> scenario???
>
> thanks for the help. if you need more info. let me know.
>
> using: jquery-1.3.2.js
> ui.core.js
> ui.tabs.js

Reply via email to