It should be resolved now.
http://github.com/jquery/jquery/commit/0d5bd174614fa278826ac4aaaa64342f17c0ae56

--John



On Mon, Dec 21, 2009 at 7:22 AM, weepy <jonah...@gmail.com> wrote:
> 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.
>
>
>

--

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.


Reply via email to