平滑滚动至页面底部

有的时候,我们需要实现点击顶部的一个按钮(「联系我们」),页面滚动到底部


上代码:

1
2
3
4
5
6
7
$('.contact_us').click(function() {
window.scrollTo({
top: document.body.scrollHeight,
left: 0,
behavior: 'smooth'
});
})

两个点:

behavior 类型String,表示滚动行为,支持参数 smooth(平滑滚动),instant(瞬间滚动),默认值auto,实测效果等同于instant

原文作者: dgb8901,yinxing

原文链接: https://www.itwork.club/2018/08/15/Scroll-to-the-bottom-of-page/

版权声明: 转载请注明出处

为您推荐

体验小程序「简易记账」

关注公众号「特想学英语」

解决 TLS handshake timeout