!EaseOutExpo Curve
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
public val EaseOutExpo: Easing = CubicBezierEasing(0.16f, 1f, 0.3f, 1f)
Content updated: 2026-08-27