The demo you are referring to is not the official UI Tabs documention and may be and probably is outdated. Please have a look at http://docs.jquery.com/UI/Tabs for the official documentation.
What you need is the duration property as decribed here: http://docs.jquery.com/UI/Tabs/tabs#options $('.selector').tabs({ fx: { height: 'toggle', opacity: 'toggle', duration: 'fast' } }); or $('.selector').tabs({ fx: { height: 'toggle', opacity: 'toggle', duration: 400 } }); HTH, Klaus On 7 Okt., 12:55, "M. L. Giannotta" <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I am a real beginner in the whole JavaScript thing, let alone in > jQuery. Anyways, I was struggling to understand the Tabs UI as > documented here (http://www.stilbuero.de/jquery/tabs_3/) and > everything was pretty simple until I tried to experiment with the > effect speed. > He says that you can specify the speed for animations as Slide or Fade > using the "fxSpeed: value" syntax. If I do this in the previous > version of the Tabs (http://www.stilbuero.de/jquery/tabs/) I can do it > without any difficulty, but I tried that on the new one to no avail. I > just cannot figure out the right syntax I should input to define the > speed, and I have tried many different. > If someone would have the patience to explain this to me, I would be > really grateful. > > Thank you very much for the attention, > Looking forward to your answer, > > M. L. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
