为什么$('body')。stop()。animate()会停止工作

时间:2019-11-07 11:53:56

标签: jquery scroll jquery-animate

我正在Magento 2网站上工作,而这段代码已停止工作。

$('body').stop().animate({
    scrollTop: firstActive.offset().top - windowHeight / 2
});

https://github.com/magento/magento2/blob/2.3-develop/lib/web/mage/validation.js#L1973

如果我将其更改为$('html, body').stop().animate(,它将重新开始工作吗?

我看到它适用于Magento demo store。知道为什么它会停止对我们的工作吗?也许标记或样式自定义打破了它?

0 个答案:

没有答案