Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Animations get skipped when old ones are stopped mid-tick #3503
Comments
Fixes jquerygh-3502 Fixes jquerygh-3503
|
@gibson042 , |
|
Good catch, @preethi26. |
|
@gibson042 , |
|
@gibson042, So shouldn't the fix for #3497 fix #3503? Is there any reason for them to be separate ? |
|
It's likely that they will now be fixed together. |
|
Pushing to 3.3. |
Description
Mutation of the timer list inside a timer callback can affect the timer index, resulting in skipped callbacks.
Link to test case
https://jsfiddle.net/2v6cyorf/4/