Opened 22 months ago
Last modified 22 months ago
#6610 new enhancement
Add smooth scroll to the page for jumping another section
Reported by: | saifullahsiddique | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | needs-design-feedback |
Cc: |
Description
Currently the wordpress.org and it's associated websites has no smooth scroll effect for jumping another section from the navigation panel. I think this could be great enhancement if the smooth scroll feature was done.
Change History (4)
#2
in reply to:
↑ 1
@
22 months ago
Replying to joyously:
I, and a lot of people, don't like smooth scroll. It is an unnecessary extra script. I wonder about the accessibility of it.
No need to add script for smooth scroll. A single line of css html { scroll-behavior: smooth;}
is enough for that.
#4
@
22 months ago
In terms of accessibility, we would need to disable the feature for people who has prefers-reduced-motion
enabled, but in general, I don't think this will have an especially positive impact on users' experience.
The navigation between sections will be smoother, yes, but with the cost of adding some milliseconds of waiting for every click. If you are navigating documentation, for example, it can get annoying pretty quickly.
I, and a lot of people, don't like smooth scroll. It is an unnecessary extra script. I wonder about the accessibility of it.