可以用在:列表的索引 ,歌词的滚动
可以将滚动条的某元素定位到某地方(顶部,中部,底部)
顶部 scrollIntoView() 、scrollIntoView(true) 、scrollIntoView({block: "start"})
中部 scrollIntoView({block: "center"})
底部 scrollIntoView({block: "end"})
注:还有运动时的平滑过度,我不知道具体参数
可以用在:列表的索引 ,歌词的滚动
可以将滚动条的某元素定位到某地方(顶部,中部,底部)
顶部 scrollIntoView() 、scrollIntoView(true) 、scrollIntoView({block: "start"})
中部 scrollIntoView({block: "center"})
底部 scrollIntoView({block: "end"})
注:还有运动时的平滑过度,我不知道具体参数
本文标题:滚动条索引(scrollIntoView)
本文链接:https://www.haomeiwen.com/subject/qaeinctx.html
网友评论