#9474 closed bug (duplicate)
Calling .stop() in callback freezes animation
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | effects | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Animate an element using .animate() and give it a callback. In the callback function, call .stop(). The element will no longer animate in response to .animate() calls.
Test case: http://jsfiddle.net/rtempchin/tCWVH/
Also note that if you move .stop() out of the callback, the element will respond to future .animate() calls but will still ignore one immediately after .stop().
Test case: http://jsfiddle.net/rtempchin/tCWVH/3/
Tested with jQuery 1.6 and 1.6.1 in Chrome (11.0.696.71) for Mac.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Confirmed. Not sure what's going on with this one. Some weirdness with the timers. http://jsfiddle.net/timmywil/tCWVH/7/