This skill helps Claude configure Angular's animation system using triggers, transitions, and keyframes. You'll want it when you're adding enter/leave animations, route transitions, or stagger effects to Angular components. The documentation covers Angular 21's modern API, including the newer animateEnter and animateLeave functions that replace the deprecated :enter and :leave syntax. It includes practical examples for state-based animations, list staggering with query, and performance tips like favoring transform and opacity over expensive properties. The accessibility guidance on reduced motion support is a nice touch that production apps actually need.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-animations