MiuixOverscrollEffect

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.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open override val isInProgress: Boolean
Link copied to clipboard
open override val node: DelegatableNode

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