- What animation styles?
- Ripple (material-style click expansion), glow (pulsing shadow), morph (shape transition), lift (hover-up), and shine (gradient sweep).
- Will it work without JavaScript?
- Yes — all animations are pure CSS using @keyframes and transitions. Toggle hover, focus, and active states without any JS.
- Does it respect prefers-reduced-motion?
- Yes — the generated CSS includes a `@media (prefers-reduced-motion: reduce)` block that disables motion. Essential for accessibility.
- Can I customize colors and timing?
- Everything's a variable: --accent-color, --duration, --easing. Adjust in your theme to match your design system.