Wed Jun 14 10:21:00 UTC 2023 inscode

上级 d1af3b94
......@@ -19,8 +19,13 @@
const toView = (i) => {
let pageId = document.querySelector("#main_" + i)
pageId.scrollIntoView({
behavior:'smooth',//属性值:默认值auto(相当于instant)、平滑滚动smooth、瞬间滚动instant
})
left: pageId.offsetLeft,
behavior:'smooth',
})
console.log(pageId.scrollTo())
// pageId.scrollIntoView({
// behavior:'smooth',//属性值:默认值auto(相当于instant)、平滑滚动smooth、瞬间滚动instant
// })
// console.log(document.getElementById(i))
// console.log(document.getElementById(i).scrollIntoView(true))
// document.getElementById(i).scrollIntoView(true)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册