🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

FastOutLinearInEasing

Elements exiting a screen use acceleration easing, where they start at rest and end at peak velocity.

Source set: Common
public val FastOutLinearInEasing: Easing = CubicBezierEasing(0.4f, 0.0f, 1.0f, 1.0f)

Elements exiting a screen use acceleration easing, where they start at rest and end at peak velocity.

This is equivalent to the Android FastOutLinearInInterpolator