missing "smooth" param in useScroll #2917
-
Seems like "smooth" parameter has been deprecated from useScroll (version: 12.0.0-alpha.2)
Is it explicit now, or has it been replaced with -- It'd be great if someone can point me to the commit/issue/docs. |
Beta Was this translation helpful? Give feedback.
Answered by
mattgperry
Nov 30, 2024
Replies: 1 comment 1 reply
-
You can smooth out a scroll value with useSpring. This was removed from the types but was actually never implemented. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aquibbaig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can smooth out a scroll value with useSpring. This was removed from the types but was actually never implemented.