Angular - Animations
You defined this animation trigger:
The animation does not start when navigating between routes. What is the most probable reason?
trigger('routeAnimations', [transition('* <=> *', [animate('300ms ease-in', style({ opacity: 1 }))])])The animation does not start when navigating between routes. What is the most probable reason?
