Skip to content

Animations

Animations are on by default. Three options control them:

OptionDefaultEffect
animatetrueSet to false to disable all animation.
animDuration600Duration in milliseconds.
animEasing'easeOutCubic'Easing curve from EASINGS.

The full list of easing names lives in EASINGS. Common picks:

  • linear — uniform speed
  • easeOutCubic — gentle deceleration (default)
  • easeOutQuart — sharper deceleration
  • easeOutBounce — playful overshoot