Is there a way to achieve smooth scrolling animation when using the scroll wheel?
P粉118698740
P粉118698740 2023-08-16 16:40:27
0
1
534
<p>I'm trying to make it so that when I scroll the page it moves smoothly instead of the "jumpy" way it does when using the scroll wheel. </p> <p> Most of the sources I've seen related to this involve smooth scrolling when clicking buttons or links, like what react-scroll provides, but I specifically want to achieve the smooth effect of wheel scrolling. Is there a way to achieve this through a Material UI theme, or is there a React package that can help with this? </p>
P粉118698740
P粉118698740

reply all(1)
P粉561438407

If you want to achieve smooth scrolling when clicking the anchor, you can apply the following code to your html tag:

scroll-behavior: smooth;

If you want to apply an animation effect while scrolling, it will be applied to every website by default.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!