Category "angular-animations"

Angular animation on ngIf* not applying even though the code looks right

The following angular animation is not applying or working on my toolbar, it should translate it out of view, but it does nothing, it only disappears when minim

How to animate :enter & :leave transitions conditionally in Angular?

I have a list, where the items have an animation like this: <li @animation> And this is my animation trigger: trigger('animation', [ transition(':en

animateChild() for nested Angular child animation not working

I would like to fire two animations at the same time on click. The animation triggers use the same state, one is placed on an outer parent div and the other is