首页 / 编程开发 / 前端开发 / CSS教程 / CSS 参考手册 / 正文 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:平滑滚动。