-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great work BUT what's up with the speed prop? #13
Comments
Hey @lucidlive, You can easily change it to be https://github.com/BosNaufal/react-scrollbar#customizing-the-appearance If I have a misunderstanding about your problem, please let me know. |
Hey @BosNaufal - yeah, I set the transition to none but you have something that is programmatically changing the scroll position in a timed way. Instead of it just instantly changing the scroll position as you scroll, the dom element is slow changing X/Y position for a couple seconds after you finish scrolling. |
I'm having the same issue and i think its related to the fact that the position is depending upon the state. |
Hi! |
Your plugin is great and would have been ideal for my needs but I don't understand why you have the speed prop. The scrollbar always scrolls past where I want to scroll because of the speed animation prop. And surprisingly, you I can't turn off this feature.
I want (and I can only assume others do as well) native scroll behaviour but with a nice style.
The text was updated successfully, but these errors were encountered: