You're definitely not the first to experience that bug[1]. The good news is
that it's been fixed in SVN[2]. The bad news is that the fix happened after
jQuery 1.1.3.1 was released, so you have a couple options (I'm assuming
you're using 1.1.3.1 here):

A) Revert to jQuery 1.1.2
B) Patch your version jQuery so that it includes the fix[2]

[1] See http://dev.jquery.com/ticket/1396
[2] http://dev.jquery.com/changeset/2423

On 8/6/07, Nazgulled <[EMAIL PROTECTED]> wrote:
>
>
> It doesn't matter... even if I set it to 0 or 0.0, the same thing
> happens. Any reason why and any solution?
>
> On Aug 6, 9:30 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote:
> > Is "hide" a legal keyword for opacity?
> >
> > -----Original Message-----
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
> >
> > Behalf Of Nazgulled
> > Sent: Monday, August 06, 2007 11:25 AM
> > To: jQuery (English)
> > Subject: [jQuery] Fading element opacity problem using Interface FX!!!
> >
> > What's the problem? Why does A work and B doesn't?
> > A: $(this).animate({ color: '#ff0000' }, 200);
> > B: $('div#cpblock').animate({opacity: "hide"}, 3000);
>
>


-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to