!EaseInExpo Curve
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
public val EaseInExpo: Easing = CubicBezierEasing(0.7f, 0f, 0.84f, 0f)
Content updated: 2026-08-27