[jQuery] Re: FadeTo enchancement

2007-12-06 Thread Mike Alsup
If the element's opacity currently exceeds the value you wish to fadeTo then you won't see any effect. But you can do something like this: $('#myDiv').css('opacity',0).fadeTo('slow', .5); Mike On Dec 6, 2007 6:31 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I've noticed that the

[jQuery] Re: FadeTo enchancement

2007-12-06 Thread Mike Alsup
If the element's opacity currently exceeds the value you wish to fadeTo then you won't see any effect. But you can do something like this: I should rephrase that - you won't see an in effect with your fade (you'll see an out effect).

[jQuery] Re: FadeTo enchancement

2007-12-06 Thread [EMAIL PROTECTED]
Thanks Mike :D On Dec 6, 1:28 pm, Mike Alsup [EMAIL PROTECTED] wrote: If the element's opacity currently exceeds the value you wish to fadeTo then you won't see any effect. But you can do something like this: I should rephrase that - you won't see an in effect with your fade (you'll