CSS——常用属性

74 阅读1分钟

css 平滑滚动

  • 凡是需要滚动的地方都加一句scroll-behavior:smooth 来提升滚动体验!
  • 当滚动通过导航或者 CSSOM 滚动 API 触发时的滚动行为
  • 语法:
  • scroll-behavior:smooth / atuo; (css)
  • 只有两个关键字属性值:
  • auto: 立刻滚动到目标位置
  • smooth: 平滑的滚动
  • image.png