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