Composable Function

defaultDecayAnimationSpec

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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>