From ebc144a3fdbdccba058c88ff065df6bacaa68a5a Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 2 Dec 2024 14:18:41 +1100 Subject: [PATCH] sped up animation --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fb42136..68f6396 100644 --- a/style.css +++ b/style.css @@ -69,7 +69,7 @@ h1 { border: 2px solid #000; position: relative; box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1), 6px 6px 0 rgba(0, 0, 0, 0.05); - transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), + transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); }