scroll-behavior: smooth 的速率可以控制吗?-灵析社区

感觉对了

如题,我在我的网站中使用了 **scroll-behavior:smooth** 这个属性,但是滚动的速率并不满足我的设计需求,我们有相对应的办法去控制速度吗? ps:吐槽一下 gpt 真的不靠谱 ![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20250105/c4655303a0bd056f5d9d3ec4427c9b74.png)

阅读量:270

点赞量:9

问AI
sumous_01
scroll-behavior不能自定义速率。但是你可以通过 requestAnimationFrame 自己写 scroll 行为。