Vue系列:滚动页面到指定位置实现
2019-05-07 本文已影响0人
i_木木木木木
Vue系列:滚动页面到指定位置实现
方法1:scrollTop 滚动到某位置
image
方法2:scrollTo,scrollBy,scroll滚动到某位置
image
方法3:scrollIntoView() 实现滚动到具体某元素
image
需注意,上述3种方法都不是平滑滚动
方法1:scrollTop 滚动到某位置
image
方法2:scrollTo,scrollBy,scroll滚动到某位置
image
方法3:scrollIntoView() 实现滚动到具体某元素
image
需注意,上述3种方法都不是平滑滚动