Is there a way to achieve smooth scrolling animation when using the scroll wheel?
P粉1186987402023-08-16 16:40:27
0
1
755
<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>