Re: [jquery-dev] Bug in jQuery animate

2009-12-21 Thread John Resig
It should be resolved now. http://github.com/jquery/jquery/commit/0d5bd174614fa278826ac464342f17c0ae56 --John On Mon, Dec 21, 2009 at 7:22 AM, weepy wrote: > Calling animate with empty hash prevents that element from animating > again > > $("#piece_1").animate({top:200}) => moves > > $("#p

[jquery-dev] Bug in jQuery animate

2009-12-21 Thread weepy
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,