starting splash fix
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
Reference in New Issue
Block a user