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