angular-animations
Installation
SKILL.md
Angular Animations Skill
Approach Priority
animate.enter/animate.leave— modern Angular API, prefer for element enter/leave- CSS classes + signals — for state-based animations (open/closed, toggle)
- View Transitions API — for route transitions
- Legacy
@angular/animations— only if already used in the project; do not introduce in new code
animate.enter
Animates an element as it enters the DOM. Angular adds the specified CSS class when the element appears, then removes it once the animation completes.