Skip to content
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

Scrolling focus change to new element is too slow #15

Open
zhenyong opened this issue Oct 19, 2015 · 4 comments
Open

Scrolling focus change to new element is too slow #15

zhenyong opened this issue Oct 19, 2015 · 4 comments

Comments

@zhenyong
Copy link

Here is a demo,u can try to scroll DIV then dcoument scroll disable

https://jsfiddle.net/feipigzi/k89upa3s/

@TrySound
Copy link

@zhenyong It's not disabled. It detects in which space mouse and scroll it. Just move your mouse.

@gblazex
Copy link
Owner

gblazex commented Oct 19, 2015

@TrySound is correct.

Yes currently scrolling is session based. Meaning if you start scrolling in one element, that element will be the scrolling focus as long as you keep turning your mouse wheel.

If you want to switch to a different element, you have to:

  1. move your cursor there
  2. stop scrolling for a bit to stop this scrolling session
  3. start scrolling again to start a new session, now with the new element in focus

Maybe the timing for focus change could be tweaked to be faster (right now it heavily depends on the animation duration setting).

@gblazex gblazex changed the title scroll inner scrolled element will break document scroll (chrome 46) Scrolling focus change to new element is too slow Oct 19, 2015
@zhenyong
Copy link
Author

@galambalazs You are right. Really looking forward to your improvement.

Is there any simple configuration to change focus more quickly and smoothly ?

@TrySound
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants