Calling animate with empty hash prevents that element from animating again $("#piece_1").animate({top:200}) => moves
$("#piece_1").animate({}) => nothing happens (as expected) $("#piece_1").animate({top:100}) => no longer moves This is on jQuery 1.4 (and also 1.3) >From looking at the source, it seems that the animation never stops (i.e. it's queue still has 'inprogess') -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.