!EaseInOutExpo Curve
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
public val EaseInOutExpo: Easing = CubicBezierEasing(0.87f, 0f, 0.13f, 1f)
Content updated: 2026-08-27