Tag

scroll performance

0 views collected around this technical thread.

Xianyu Technology
Xianyu Technology
Mar 29, 2022 · Mobile Development

Optimizing Flutter Scroll Curve and Performance for Xianyu

Xianyu's team optimized Flutter's scrolling by fixing fling restarts, replacing the default Clamping simulation with Android's Scroller formula, and adding a velocity‑based deceleration curve, resulting in native‑like smoothness and reduced dropped frames, now shipped behind feature flags and evaluated in A/B tests.

Optimizationanimationflutter
0 likes · 11 min read
Optimizing Flutter Scroll Curve and Performance for Xianyu
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 25, 2017 · Frontend Development

How Passive Touch Event Listeners Boost Mobile Scrolling Performance in Chrome

This article explains why touch event handlers can degrade mobile scrolling, how Chrome's passive listener option improves performance by default, the implementation details, common pitfalls, and practical fixes using CSS touch-action and proper event handling.

Chromefrontendmobile web
0 likes · 8 min read
How Passive Touch Event Listeners Boost Mobile Scrolling Performance in Chrome