Remove startup reveal animation
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-15 10:34:19 +03:00
parent 804e08727e
commit 8eccdd4050
6 changed files with 19 additions and 58 deletions
-18
View File
@@ -233,24 +233,6 @@
text-shadow: 0 0 12px color-mix(in oklch, var(--client-accent) 34%, transparent);
}
.client-shell.is-intro .harbor-brand-content {
animation: harbor-startup-brand 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.client-shell.is-intro .client-panel > :not(.client-drawer),
.client-shell.is-intro .client-secondary-menu,
.client-shell.is-intro .harbor-versions {
animation: harbor-startup-content 720ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes harbor-startup-brand {
from { opacity: 0.35; filter: blur(5px); }
}
@keyframes harbor-startup-content {
from { opacity: 0; filter: blur(6px); }
}
.harbor-brand svg {
width: 24px;
height: 24px;
-6
View File
@@ -156,12 +156,6 @@
transition: none;
}
.client-shell.is-intro .client-panel > :not(.client-drawer),
.client-shell.is-intro .client-secondary-menu,
.client-shell.is-intro .harbor-versions {
animation: none;
}
.harbor-mode-stack em,
.harbor-mode-gateway > span,
.harbor-mode-swap g,