码迷,mamicode.com
首页 > 其他好文 > 详细

scrollIntoView behavior smooth not work

时间:2019-11-02 11:39:21      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:int   iss   lint   com   版本   span   使用   取值   chrome   

关于 scrollIntoView 方法在 chrome version 78.0.3904.70(正式版本) (64 位)中不能正常工作的问题


当我同时使用  el.scrollIntoView({ block: ‘center‘, behavior: ‘smooth‘ })  

  document.querySelector(‘.someScrollElement‘).scrollTop = aNumber 的时候,scrollIntoView方法失效。对scrollTop的取值操作无影响,只有赋值操作不起作用。如果设置一个定时器,让它们错开时间,在大于某个时间间隔两者可以共同工作。

注意,el 和 someScrollElement 不是同一个东西

 

相关链接:https://github.com/iamdustan/smoothscroll/issues/28

scrollIntoView behavior smooth not work

标签:int   iss   lint   com   版本   span   使用   取值   chrome   

原文地址:https://www.cnblogs.com/yummylucky/p/11780945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!