From 4f8f9442828a5e89324020c41592df737b470ee9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 27 Feb 2023 00:35:20 +0100 Subject: [PATCH] Adjust animation --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index f4bc21176..395b63541 100644 --- a/src/style.css +++ b/src/style.css @@ -32,11 +32,11 @@ a:hover, a:focus { .fade-enter-active, .fade-leave-active { - transition: all 0.2s ease; + transition: all 0.25s ease; } .fade-enter-from, .fade-leave-to { opacity: 0; - transform: scale(0.95); + transform: scale(1.1); }