Skip to main content

Bug Tracker

Side navigation

#13952 closed bug (duplicate)

Opened May 28, 2013 05:01AM UTC

Closed May 28, 2013 01:29PM UTC

Last modified May 28, 2013 03:14PM UTC

Recursion doesn't work correctly width jquery v1.10.0

Reported by: 503593966@qq.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.0
Keywords: Cc:
Blocked by: Blocking:
Description

(function() {

$("#id").animate({left: '+=10'}, 100, arguments.callee);

alert(123);

})();

the animate just once width 1.10.0. but alert not stop. the loop animate worked width jquery1.9.1.

Attachments (0)
Change History (3)

Changed May 28, 2013 01:29PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13939.

Changed May 28, 2013 02:58PM UTC by 503593966@qq.com comment:2

Changed May 28, 2013 03:14PM UTC by scottgonzalez comment:3

The recursion is working just fine for me in that fiddle. I get an alert every 10 seconds. As I said in the other ticket, this is just the relative animation not working.