六维教程

CSS scroll-behavior属性

CSS 属性 scroll-behavior 为一个滚动框指定滚动行为,可以是平滑滚动或普通滚动。

语法

/* Keyword values */
scroll-behavior: auto;
scroll-behavior: smooth;

/* Global values */
scroll-behavior: inherit;
scroll-behavior: initial;
scroll-behavior: unset;

属性值

  • auto:滚动框立即滚动(跳跃式滚动)。
  • smooth:平滑滚动。
上一篇
CSS 综合实战
下一篇
CSS flex属性