[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-29 Thread henry
I can't imagine this bug still exists in jQuery 1.1.4. Firefox firebug output: -- jQuery.easing[options.easing] is not a function z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum- firstNum, options.durations); jquery.js (line 5214) -- Help! What should I do now?

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-17 Thread Joan Piedra
Hey Nazgulled, I got the same problem a while ago, dunno how but I did fixed it. Maybe you could take a look at the site and see if it can helps you. http://www.justaquit.com/ Cheers, On 8/6/07, Nazgulled <[EMAIL PROTECTED]> wrote: > > > Anyway, I'm not going to use this effect because stupid IE7

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Nazgulled
Anyway, I'm not going to use this effect because stupid IE7 and Opera9 makes the text all jaggy (not anti-aliased) when fading the div element... This sucks!!! On Aug 7, 1:45 am, Nazgulled <[EMAIL PROTECTED]> wrote: > I opted by patching my version, thank you. And yes, I was using jquery > 1.1.3.

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Nazgulled
I opted by patching my version, thank you. And yes, I was using jquery 1.1.3.1. :) On Aug 6, 11:50 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: > 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

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Aaron Heimlich
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 versio

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Nazgulled
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 PROT

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Aaron Heimlich
On 8/6/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: > > > Is "hide" a legal keyword for opacity? > Technically, no. But, IIRC, jQuery uses it as a hint that it should supply some sort of "default" animation for the property. See http://docs.jquery.com/Effects#animate.28params.2C_speed.2C_easing.

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Mitchell Waite
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 probl