Thank you very much for your reply, and sorry for the double post above, I didn't realize the message was sent, and I thought it lost.
I was sure I had checked everything, but the Tabs have ironically fooled me as I checked only the overview section and not the in-depht options. Thank you again. M. L. On Oct 7, 3:47 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > The demo you are referring to is not the official UI Tabs documention > and may be and probably is outdated. Please have a look > athttp://docs.jquery.com/UI/Tabsfor 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 -~----------~----~----~----~------~----~------~--~---
