#3498·jquery

jQuery.Animation shouldn't end empty animations early

Author: gibson042Created Jan 12, 2017Updated May 4, 2026
LabelsBugEffects

Description

Although .animate({}) finishes immediately, the deeper jQuery.Animate infrastructure should not, because occasionally show/hide animations end up empty (observed in an intermediate step of #3496), but we don't want to throw off timing in those cases.

Link to test case

https://jsfiddle.net/2v6cyorf/1/