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