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