css 锚点定位 -- scrollIntoView

滚动到指定位置

// 滚动到中间位置
dom.scrollIntoView({ behavior:
"smooth", block: "center", inline: "center" });

引用链接:https://www.51cto.com/article/767006.html

posted @ 2024-06-03 22:41  水晴  阅读(37)  评论(0)    收藏  举报