From bd5de2478c3d266c792e90e88b8aa56c7e201a56 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 15 Mar 2019 23:34:57 +0100 Subject: [PATCH] use variables for transition duration --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 8243d5477..1b765ad2c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,7 +218,7 @@ export default { .fade-leave-active, .fade-collapse-enter-active, .fade-collapse-leave-active { - transition: opacity 200ms, max-height 200ms; + transition: opacity var(--animation-quick), max-height var(--animation-quick); } .fade-collapse-enter, .fade-collapse-leave-to {