Just to clarify: This was an issue in jQuery 1.1.3a - we've fixed the
code in jQuery to fall back to 'linear' if it exists (thus causing the
code to work, no problem). This fix is in SVN right now and will be in
the final 1.1.3 release.

--John

On 6/24/07, Gilles (Webunity) <[EMAIL PROTECTED]> wrote:

The easing plugin breaks jQuery's fadeIn etc, since they default to
"easing.swing" which is not in the easing plugin, but IS in the jQuery
core. So if you also load in jQuery.easing, you'll get a bug ;)

For now, i've duplicated the linear part in jQuery.easing.js, and
renamed that to "swing". jQuery likes that a lot and runs without bugs
now ;)

But to fix it permanently, can someone please add the swing animation
to the easing plugin?

-- Gilles


Reply via email to