diff --git a/index.php b/index.php index 711e7d7..51d732a 100644 --- a/index.php +++ b/index.php @@ -69,6 +69,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; overflow: hidden; filter: blur(50px); opacity: 0.5; + transition: transform 0.5s ease-out; } .aurora-background .aurora { @@ -261,7 +262,11 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; text-align: center; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); - transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; + transition: transform 0.4s ease-out, box-shadow 0.4s, border-color 0.4s, opacity 0.6s ease-out; + } + .feature-card.hidden { + opacity: 0; + transform: translateY(30px); } .feature-card:hover { transform: translateY(-10px); @@ -351,21 +356,21 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
-
+ -
+ -
+