JavaScript-scroll

scroll

scrollWidth / scrollHeight

  • 当内容宽度/高度没有超过 content 时:scrollWidth / scrollHeight = content + padding = clientWidth / clientHeight
  • 当内容宽度/高度超过 content 时:scrollWidth / scrollHeight = content + padding + 内容超出部分的宽高

scrollTop / scrollLeft

scrollTop/scrollLeft:元素滚出可视区域的宽高(从超出内边距的部分开始)

posted @ 2019-10-17 20:26  aaCoder  阅读(94)  评论(0编辑  收藏  举报