-
Notifications
You must be signed in to change notification settings - Fork 28
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
Scrollbar very slow #2
Comments
Hi @antoniobk! Thanks to share your question! Now, about the slow down animation, you can provide a gif ou more information? |
Nice! You can send to me your environment? What is this browser, your OS... 'because you are the first that report it to me... 🤔 |
OS: Win10 I was wondering about the scroll-bar resizing because I have a project where I use vue1.0 and use a custom scroll component and did not resize the scroll |
Relax, bro! I'm studying also 😃 |
A friend made the same mistake |
Ok, I tested now with the arrow keys and yes, it's a bug... You can help or work on this? I will investigate these things and soon I will report to you! |
Of course 😃 |
You could animate the scrollbar position so it would at least look better 😬 |
I found the problem... V-Bar is just a simple wrapper of the native scroll bar... So, I get all browser's scroll responses, and with this, browser get of OS cursor's movement based on personal settings of each user. If in your cursor settings are set up to jump 3 lines (primarily in the Windows case) and not make a smooth movement, so V-Bar APPARENTLY are slow... But it's only apparently... I can't reproduce this in my environment because I have a Mac and all scroll moviment's are smooth by default... I thinked about put a simple css transition, but the result it's strange (I guess)... Someone have a better ideia? |
When I scroll with the mouse, it feels like the scroll-bar slows down. Any way to fix it?
Another question in case of adding more item in a div (with v-for) is the scroll-bar resized?
The text was updated successfully, but these errors were encountered: