如何在 CSS 中平滑滚动?

How to make smooth scrolling in CSS?

我做了一个简单的视差网站link and when I croll with my mouse, it's just way to rough. On the other hand, when you visit this website,你会注意到滚动如此流畅。

我怎样才能做到这一点?

我已将 source code of my website 上传到 GitHub。

此外,我也尝试添加 scroll-behaviour: smooth;transition

谢谢

尝试在 CSS 中将 scroll-behavior: smooth; 添加到 body。我在我这边进行了测试并为您的网站工作。

为了更流畅的滚动,可能会压缩图像资源多一点。它们很大。

旁注:请注意,视差效果对 SEO 可能非常不利。

对我来说,它看起来不错:https://jsfiddle.net/1pw8bu2v/

另一条注意事项:您可能没有在 Chrome 中启用平滑滚动。请检查 chrome://flags/#smooth-scrolling 以防万一。