From e4dd0f656e447027e03292ba57c807e65cc220a3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Oct 2023 22:29:39 -0400 Subject: [PATCH] fix: slow down transition --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0746db4..63121f7 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ background-color: #000; bottom: 0; left: 0; - transition: width 0.4s; + transition: width 0.5s; } .project:hover::after { width: 100%; @@ -110,7 +110,7 @@ white-space: nowrap; overflow: hidden; width: 0; - transition: all 0.4s ease; + transition: all 0.5s ease; display: inline-block; vertical-align: top; max-width: 0;