From f45d20927e0e4660c2535b5e05014ff84ee31f4a Mon Sep 17 00:00:00 2001 From: Johnella Kyle San Juan Date: Thu, 20 Jun 2024 13:42:02 +0800 Subject: [PATCH] [0.1.14.3] + add transition ease-in-out to transformation --- assets/css/project.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/project.css b/assets/css/project.css index 32d67ff..3bda25b 100644 --- a/assets/css/project.css +++ b/assets/css/project.css @@ -905,6 +905,7 @@ ul .icon:hover { .content-page { position: absolute; top: 328px; + transition: transform 0.5s ease-in-out; } #profile-bg { @@ -927,4 +928,5 @@ ul .icon:hover { #team:target #page-team { transform: translateX(320vw); width: 80%; + transition-delay: .4s; } \ No newline at end of file