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.