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
I would suggest implementing a smooth scrolling. From one of the latest issues, I've found that the scroll speed #80 can't be implemented as the library uses the native scrolls. Anyway, the smooth scroll property is native.
In my code, I have used this code to achieve the smooth scrolling
I would suggest implementing a smooth scrolling. From one of the latest issues, I've found that the scroll speed #80 can't be implemented as the library uses the native scrolls. Anyway, the smooth scroll property is native.
In my code, I have used this code to achieve the smooth scrolling
It would be great to have a boolean property on the CustomScroll like smoothScroll={true}, probably true by default would be a better initial value.
What do you think about it?
The text was updated successfully, but these errors were encountered: