feat(web): slight fade in animation when open/close asset-viewer (#16262)

This commit is contained in:
Alex
2025-02-24 16:38:07 -06:00
committed by GitHub
parent 4be2351d21
commit 57829cee26
2 changed files with 17 additions and 2 deletions

View File

@@ -168,3 +168,8 @@ input:focus-visible {
scrollbar-gutter: stable both-edges;
}
}
::view-transition-old(root),
::view-transition-new(root) {
animation-duration: 250ms;
}