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);