From a8edae6d2cc885e6f027ceb7c94d9697c094ed07 Mon Sep 17 00:00:00 2001 From: prospect Date: Fri, 19 Jan 2024 02:26:43 -0500 Subject: [PATCH] starting splash fix --- assets/css/styles.css | 12 ------------ templates/partials/navigation.php | 8 ++------ 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 990fda2..d982e52 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -2005,18 +2005,6 @@ body.login { translate: 0; } -#header-nav.out-of-view { - opacity: 0; - translate: 0 -100%; - transition: opacity 2000ms ease-in-out; - transition: translate 1000ms ease-in-out; -} - -#header-nav.in-view { - opacity: 1; - translate: 0 0; -} - #content-container { transition: opacity 0.3s ease-in-out; /* Adjust the duration and timing function as needed */ } diff --git a/templates/partials/navigation.php b/templates/partials/navigation.php index b736254..c71921d 100644 --- a/templates/partials/navigation.php +++ b/templates/partials/navigation.php @@ -6,9 +6,7 @@ ?> -
+
@@ -29,9 +27,7 @@
-