From 11a2ce52ea2a1995adde9d5727b4ef3f56d93cb6 Mon Sep 17 00:00:00 2001 From: Christoph von Gellhorn Date: Sun, 1 Sep 2024 14:50:41 +1000 Subject: [PATCH] chore: update animation --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 0f709b8..d5be1ae 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -61,7 +61,7 @@ img { .animate { @apply -translate-y-3 opacity-0; - @apply transition-all duration-500 ease-out; + @apply transition-all duration-300 ease-out; } .animate.show {