Composable Function
Common
Deprecated Replace with rememberSplineBasedDecay
@Composable // not deprecated in commonStubs
public expect fun defaultDecayAnimationSpec(): DecayAnimationSpec<Float>
Create default DecayAnimationSpec representing a default fling curve for a platform.
Android
Deprecated Replace with rememberSplineBasedDecay
@Composable
public actual fun defaultDecayAnimationSpec(): DecayAnimationSpec<Float>