Skip to content

EasingName

EasingName = "linear" | "easeOutCubic" | "easeOutElastic" | "easeInOutQuart" | "easeOutBack"

Defined in: types/index.ts:72

Easing curve name for entry animations.

  • linear - uniform speed
  • easeOutCubic - gentle deceleration (default)
  • easeInOutQuart - slow start and end
  • easeOutBack - slight overshoot
  • easeOutElastic - playful bounce