我想平稳地向下滚动。我不想为此写函数-特别是如果jQuery已经有一个函数。
您可以只使用.animate()该scrollTop属性,如下所示:
.animate()
scrollTop
$("html, body").animate({ scrollTop: "300px" });