Skip to content

Feature Request: Implement Smooth Scrolling #1932

Open
@ShubhamOulkar

Description

@ShubhamOulkar
Member

Description

Currently, scrolling between sections or anchor links on the page is abrupt and not user-friendly. This feature request proposes implementing smooth scrolling behavior across the application to improve user experience and visual flow.

Expected Behavior

  • When navigating to anchors (e.g., #section-id), the scroll should transition smoothly.
  • Applicable to both in-page navigation and programmatic scrolling.

Activity

bjohansebas

bjohansebas commented on Jun 1, 2025

@bjohansebas
Member

We have this for the top link, although this logic can be handled in CSS and applied globally like I did in #1562 (https://github.com/bjohansebas/expressjs.com-fork/blob/7bc18069ce58ea47b2f9645de8552615b4cc828f/css/style.css#L15). If you want, you can bring that logic into a new PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ShubhamOulkar@bjohansebas

        Issue actions

          Feature Request: Implement Smooth Scrolling · Issue #1932 · expressjs/expressjs.com