reactScrollbar
reactScrollbar copied to clipboard
animate scrollYTo()?
when i use this method, the scrollbar "jumps" to its new position and DOES NOT scroll it. is it possible to do so?
Hi @SkateFreak :) You just have to set smoothScrolling prop to true.
<ScrollArea smoothScrolling>
content
</ScrollArea>
Does it answer your question?