From 18f7ff1fea305b7912b225efe8467055b4e9faad Mon Sep 17 00:00:00 2001 From: tobspr Date: Fri, 22 Apr 2022 09:44:54 +0200 Subject: [PATCH] Adjust animation timing --- src/css/ingame_hud/standalone_advantages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/ingame_hud/standalone_advantages.scss b/src/css/ingame_hud/standalone_advantages.scss index 1ab67117..6f4c7e8b 100644 --- a/src/css/ingame_hud/standalone_advantages.scss +++ b/src/css/ingame_hud/standalone_advantages.scss @@ -39,7 +39,7 @@ @include IncreasedClickArea(0px); @include S(margin-top, 15px); - @include InlineAnimation(1s ease-in-out) { + @include InlineAnimation(5s ease-in-out) { 0% { opacity: 0.05; }