that worked great. thanks so much.

is there somewhere int he documentation that explains this?
i looked up fade and it just talk about using slow, medium, fast, etc
in
the write up, but it doesn't show how to daisy chain the parameters...



On Sep 9, 4:08 pm, Mr Speaker <mrspea...@gmail.com> wrote:
> 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