defaultDecayAnimationSpec

Composable Function

Common

Deprecated Replace with rememberSplineBasedDecay

@Composable
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>