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