From 3b33e095479340496a7a11b057daef029f40b70a Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 31 Oct 2023 13:36:43 +0330 Subject: [PATCH] style: add smooth transition --- src/components/sound/sound.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css index e215e9a..8ccaa8c 100644 --- a/src/components/sound/sound.module.css +++ b/src/components/sound/sound.module.css @@ -9,6 +9,7 @@ border-radius: 8px; background: linear-gradient(var(--color-neutral-100), transparent); text-align: center; + transition: 0.2s; &.hidden { display: none;