Token-Driven Animation
Design tokens serve as the single source of truth for all motion parameters, ensuring consistency across the entire animation system
- Centralized token definitions for duration, easing, spacing, and color
- Tokens automatically propagate to all components and hooks
- Override system for per-component token customization
- Type-safe token references with TypeScript inference