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