Composable Function

defaultDecayAnimationSpec

Create default [DecayAnimationSpec] representing a default fling curve for a platform.

Common
Deprecated Replace with rememberSplineBasedDecay

defaultDecayAnimationSpec

@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

defaultDecayAnimationSpec

@Composable
public actual fun defaultDecayAnimationSpec(): DecayAnimationSpec<Float>