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
Source: jquery/jquery