You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when performing the scroll, it just jumps to that location without doing a smooth transition. Any way to be able to handle a smooth transition?
Hey, I implemented this in my branch. You can install it by doing npm uninstall react-custom-scrollbars-2 && npm install fourjr/react-custom-scrollbars-2#59505ce53d3ca0e77fa715ff44274dee069eef98.
scrollToTop('smooth') or scrollTop(200, 'smooth') should work then.
Right now the scrollbar jumps toward were we ask it to go, but would be great an option that let us make this a smooth animation.
The text was updated successfully, but these errors were encountered: