-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
While using FireFox the scroll into view with 'smooth' behavior acts weird. Feels like it interrupts itself when scroll is invoked more then once. While on other browsers, namely chromium or chrome it performs the action as expected.
| sections[counter].scrollIntoView({ behavior: 'auto' }); // switch to smooth for animation |
Potential things to look at would be disabling unwanted features from FireFox. Or implement a custom scroll animation.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working