mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
remove global view transition
This commit is contained in:
parent
35ed9d2800
commit
c78a162789
1 changed files with 0 additions and 12 deletions
|
|
@ -535,18 +535,6 @@ body.initial-session-load .session-flex-responsive > session-card:nth-child(n +
|
||||||
animation-delay: 0.4s;
|
animation-delay: 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* View transition specific styles for initial load */
|
|
||||||
::view-transition-old(root) {
|
|
||||||
animation: 90ms ease-out fade-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
::view-transition-new(root) {
|
|
||||||
animation: 210ms ease-in fade-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.initial-session-load ::view-transition-new(root) {
|
|
||||||
animation-duration: 400ms;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
from {
|
from {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue