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
First: awesome project and website! Love the use of Recursive, too. :)
Problem
When I try to scroll to certain slides/sections of the homepage, it very briefly pauses but keeps moving before I can read or interact with that section, without me scrolling again.
It feels like my scroll action is being recorded as multiple actions, then triggering multiple animated scrolls. Maybe this is something a JS debouncing technique could help solve?
Environment
macOS 10.15.3 (Catalina)
Chrome Version 80.0.3987.122 (currently the latest official build)
Extra context
In Firefox & Safari it's fine – I'm only encourtering this on Chrome.
Strangely, if I have dev tools open specifically to the Console, I don't experience the issue.
I can also avoid the issue if I only use my keyboard arrows to navigate.
The text was updated successfully, but these errors were encountered:
First: awesome project and website! Love the use of Recursive, too. :)
Problem
When I try to scroll to certain slides/sections of the homepage, it very briefly pauses but keeps moving before I can read or interact with that section, without me scrolling again.
It feels like my scroll action is being recorded as multiple actions, then triggering multiple animated scrolls. Maybe this is something a JS debouncing technique could help solve?
Environment
Extra context
In Firefox & Safari it's fine – I'm only encourtering this on Chrome.
Strangely, if I have dev tools open specifically to the Console, I don't experience the issue.
I can also avoid the issue if I only use my keyboard arrows to navigate.
The text was updated successfully, but these errors were encountered: