Zeno

Animations

Animation and motion utilities

Zeno's primitives animate with tw-animate-css, which is installed and imported when you add the theme (see Installation):

src/app/globals.css
@import "tw-animate-css";

The shadcn primitives (accordion, dialog, dropdown, etc.) use its utility classes for their enter/exit transitions, and respect prefers-reduced-motion.

More motion documentation coming soon.