Brian -

This has already been fixed (in jQuery) and it's in SVN. It'll be in
jQuery 1.1.4, which should be coming out soon.

--John

On 7/21/07, brianwilkins <[EMAIL PROTECTED]> wrote:

I had the following jquery script in my web page and it worked fine
with jquery 1.1.2. After an upgrade to jquery 1.1.3.1, the Bounce
effect causes errors according to Firebug. The error is
"jQuery.easing[e.easing] is not a function"

Not sure if anyone else has noticed this or if there is a workaround.

$(document).ready(function(){
  $('div#step1_animation').click(function()
  {
      $('div#step1container').SlideOutLeft(1000, function(){
          $('#visualNav').append('<div id="stepThumb"><img src="images/
create_step1_animation.jpg" height="100%" width="100%" /></
div>').Bounce(10)});
      return false;
  });
});


Reply via email to