最佳答案
进出口试图动画滚动到一个特定的 ID 页面加载。我做了很多研究,发现了这个:
$("html, body").animate({ scrollTop: $('#title1').height() }, 1000);
但这似乎从 ID 和动画页面的顶部开始?
HTML (在页面的中间)很简单:
<h2 id="title1">Title here</h2>