From 4cc518aed53c9efa29c8b9d2bd6157b9b9756fba Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 13:51:04 -0400 Subject: Fix animation --- css/website.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/website.css b/css/website.css index 6ff0919..a218cdf 100644 --- a/css/website.css +++ b/css/website.css @@ -177,14 +177,14 @@ and (max-device-width: 900px) /* animation */ @keyframes reveal2 { - from { opacity: 0; } + from { opacity: 0.1; } to { opacity: 1; } } .anim1,body { opacity: 0; - animation-delay: 0s; animation: reveal2 .5s forwards; + animation-delay: 0s; } .anim2,.content { -- cgit v1.2.3