starting splash fix

This commit is contained in:
prospect
2024-01-19 02:26:43 -05:00
parent 4a395f32c5
commit a8edae6d2c
2 changed files with 2 additions and 18 deletions

View File

@@ -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 */
}