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
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:
move your cursor there
stop scrolling for a bit to stop this scrolling session
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
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
Here is a demo,u can try to scroll DIV then dcoument scroll disable
https://jsfiddle.net/feipigzi/k89upa3s/
The text was updated successfully, but these errors were encountered: