From 2f00dbf1bb3f38b34c735a7e5f105e9395671592 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 9 Apr 2018 09:01:21 -0400 Subject: [PATCH] reduce animation time --- src/popup2/app-routing.animations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup2/app-routing.animations.ts b/src/popup2/app-routing.animations.ts index ade50afd15e..b4e2e769f00 100644 --- a/src/popup2/app-routing.animations.ts +++ b/src/popup2/app-routing.animations.ts @@ -11,7 +11,7 @@ const queryShown = query(':enter, :leave', [ style({ position: 'fixed', width: '100%', height: '100%' }) ], { optional: true }); -const speed = '0.5s'; +const speed = '0.4s'; export function queryTranslate(direction: string, axis: string, from: number, to: number, zIndex: number = 1000) { return query(':' + direction, [