Skip to content

scroll.style.FRICT behaves differently on 60Hz vs 120Hz displays #319

@KassiaL

Description

@KassiaL

The scrolling duration with scroll.style.FRICT varies significantly between displays with different refresh rates:

  • On 60Hz: Scroll deceleration takes noticeably longer
  • On 120Hz: Same scroll action completes almost twice as fast
    This might suggest the friction logic depends on frame updates rather than being scaled by delta time.

Expected Behavior
Scrolling should have consistent real-time duration regardless of display refresh rate.

I'm using the FRICT = 0.97 in my project and you can see the problem with this value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions