Anicons icon indicating copy to clipboard operation
Anicons copied to clipboard

Scroll issue on Chrome

Open arrowtype opened this issue 6 years ago • 0 comments

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.

Kapture 2020-02-24 at 14 17 25

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.

arrowtype avatar Feb 24 '20 19:02 arrowtype