Miuix Overscroll Effect
A Miuix OverscrollEffect implementing spring-based overscroll physics identical to overScrollVertical and overScrollHorizontal.
Uses the same damping formula, spring parameters, and PullToRefresh coordination as the modifier-based implementation. Both X and Y axes are handled independently.
Functions
Link copied to clipboard
open suspend override fun applyToFling(velocity: Velocity, performFling: suspend (Velocity) -> Velocity)
Link copied to clipboard
open override fun applyToScroll(delta: Offset, source: NestedScrollSource, performScroll: (Offset) -> Offset): Offset