原生JS实现滚动条动画 (滚动到指定位置 / 返回顶部)

const ScrollTop = (number = 0, time) => { if (!time) { document.body.scrollTop = document.documentElement.scrollTop = number; return number; } const spacingTime = 20; // 设置
相关文章
相关标签/搜索