From 2d51eb05a620ab9c3cc08df225bffea36fba80f8 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 29 Apr 2024 16:52:36 +0530 Subject: [PATCH] improve body animation on overlay open --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index a9825c4..2ee951c 100644 --- a/src/style.css +++ b/src/style.css @@ -546,7 +546,7 @@ a > svg { display: flex; flex-direction: column; overflow: hidden; - transition: 0.1s ease; + transition: 0.25s ease; will-change: filter, transform; }