You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to recreate the overscroll “stretch / rubber” effect from your early LiquidGlass demos — the motion looked super fluid and unique, but I’m not getting close with my own nestedScroll + translation approach.
If you still have the original implementation (even a simplified snippet), would you consider sharing it or making it public? Mainly I’m curious about:
how you accumulate the offset (scroll vs fling),
how you animate the return (spring params / thresholds),
and any tricks to avoid jitter with LazyColumn/LazyVerticalGrid.