From abd26182f510c947f06f220bc70f075f2356f88b Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 16 Jun 2022 20:57:38 +0200 Subject: [PATCH] Change button animation interval --- 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 56c00fd9..f9106496 100644 --- a/src/css/ingame_hud/standalone_advantages.scss +++ b/src/css/ingame_hud/standalone_advantages.scss @@ -40,7 +40,7 @@ @include S(margin-top, 15px); &[data-btn-variant="prod"] { - @include InlineAnimation(8s ease-in-out) { + @include InlineAnimation(11s ease-in-out) { 0% { opacity: 0.05; }