Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
jQuery Tabs fxSpeed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
M. L. Giannotta  
View profile  
 More options Oct 7 2008, 6:29 am
From: "M. L. Giannotta" <sunyatasat...@gmail.com>
Date: Tue, 7 Oct 2008 03:29:12 -0700 (PDT)
Local: Tues, Oct 7 2008 6:29 am
Subject: jQuery Tabs fxSpeed
Hello everyone,

I am a realy beginner in JavaScript, or even less than so. I have been
struggling to understand the UI Tabs 3 as documented here (http://
www.stilbuero.de/jquery/tabs_3/) and I quite grasp how it works, but
when it comes to set the speed for the effects I am stuck.
He says I can set the speed of, for example, the Fade In effect by
adding the "fxSpeed: value" option; if I try doing this with the
previous version of the UI, it works perfectly, but I cannot manage to
guess the syntax to make it work here, and I have indeed tried many
solution.
Still, I am stuck and that's why I am posting for help. If anyone
would be kind enough to explain me how the syntax should work I would
be really grateful.

Thanks to everyone,
Looking forward to your answer,

M. L.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. L. Giannotta  
View profile  
 More options Oct 7 2008, 6:55 am
From: "M. L. Giannotta" <sunyatasat...@gmail.com>
Date: Tue, 7 Oct 2008 03:55:07 -0700 (PDT)
Local: Tues, Oct 7 2008 6:55 am
Subject: jQuery Tabs fxSpeed
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Klaus Hartl  
View profile  
 More options Oct 7 2008, 9:47 am
From: Klaus Hartl <klaus.ha...@googlemail.com>
Date: Tue, 7 Oct 2008 06:47:21 -0700 (PDT)
Local: Tues, Oct 7 2008 9:47 am
Subject: Re: jQuery Tabs fxSpeed
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" <sunyatasat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. L. Giannotta  
View profile  
 More options Oct 7 2008, 1:17 pm
From: "M. L. Giannotta" <sunyatasat...@gmail.com>
Date: Tue, 7 Oct 2008 10:17:45 -0700 (PDT)
Local: Tues, Oct 7 2008 1:17 pm
Subject: Re: jQuery Tabs fxSpeed
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 <klaus.ha...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SolidSolutions  
View profile  
 More options Sep 13 2010, 3:05 pm
From: SolidSolutions <myregistrat...@juno.com>
Date: Mon, 13 Sep 2010 12:05:37 -0700 (PDT)
Local: Mon, Sep 13 2010 3:05 pm
Subject: Re: [jquery-ui] jQuery Tabs fxSpeed

I am able to get this to work fine in Firefox, but IE (currently v8) causes a
flash of my background image.  The background image goes black, fades out,
page changes, image fades in black, changes to original image color.

Any ideas?

Thanks,
Dan
http://iBuyFrom.com
--
View this message in context: http://old.nabble.com/jQuery-Tabs-fxSpeed-tp19857436s27240p29701749.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »