From b5c440df717274783be781503cd397915ba510a9 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Mon, 11 May 2020 20:00:03 +0200 Subject: [PATCH] Added transition --- src/Phoenix.vue | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/Phoenix.vue b/src/Phoenix.vue index 2b13e089b24..4cb24ef277d 100644 --- a/src/Phoenix.vue +++ b/src/Phoenix.vue @@ -6,17 +6,19 @@
- + + +
= 1200 || this.appNavigationVisible + }, + + appNavigationAnimation() { + if (this.windowWidth > 960) { + return 'push-right' + } + + return 'fade' } }, watch: {