#10425 closed bug (duplicate)
animate's complete infinite loop on exception
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the 'complete' callback provided to animate() throws an exception, jquery will execute it again and again. this is done like this:
$('#bbb').animate( {width:200}, 1000, undefined, function() { throw "lets start again"} );
here's a demonstration: http://jsfiddle.net/b5Ydg/1/
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #5684.