search

Home  >  Q&A  >  body text

Is there a way to achieve smooth scrolling animation when using the scroll wheel?

<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粉118698740P粉118698740467 days ago591

reply all(1)I'll reply

  • P粉561438407

    P粉5614384072023-08-17 11:48:36

    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.

    reply
    0
  • Cancelreply