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

Custom scrolling FireFox #3

Open
Napalys opened this issue Dec 8, 2023 · 0 comments
Open

Custom scrolling FireFox #3

Napalys opened this issue Dec 8, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Napalys
Copy link
Owner

Napalys commented Dec 8, 2023

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.

@Napalys Napalys added the bug Something isn't working label Dec 8, 2023
@Napalys Napalys self-assigned this Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant