gpt4 book ai didi

javascript - 滚动到 margin-top 为 100vh 的 div

转载 作者:行者123 更新时间:2023-11-28 15:40:49 25 4
gpt4 key购买 nike

我正在尝试滚动到具有 margin-top:100vh 的 div

它之所以有这个是因为它在一个固定的页面上滚动。

  $('html, body').animate({
scrollTop:$("#sectAbout").offset().top
}, 1000);

顺便说一句,这是一款响应式应用,因此它需要适用于任何尺寸的屏幕。

最佳答案

对我来说似乎工作正常,请让您的问题更清楚地说明什么不起作用。

$('html, body').animate({
scrollTop:$("#sectAbout").offset().top
}, 1000);
#sectAbout{
background-color:blue;
margin-top:100vh;
height:100vh;
width:100%
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<section id="sectAbout"></section>

关于javascript - 滚动到 margin-top 为 100vh 的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42291797/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com