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