diff --git a/src/app/core/animations.ts b/src/app/core/animations.ts index 193b9e10..b5ff37d2 100644 --- a/src/app/core/animations.ts +++ b/src/app/core/animations.ts @@ -33,21 +33,21 @@ export const fuseAnimations = [ stagger('50ms', [ animateChild() ]) - ])), + ], {optional: true})), transition('void => 100', query('@*', [ stagger('100ms', [ animateChild() ]) - ])), + ], {optional: true})), transition('void => 200', query('@*', [ stagger('200ms', [ animateChild() ]) - ])) + ], {optional: true})) ]), trigger('fadeInOut', [