mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 01:11:52 +03:00
feat(web): slight fade in animation when open/close asset-viewer (#16262)
This commit is contained in:
@@ -168,3 +168,8 @@ input:focus-visible {
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
}
|
||||
|
||||
::view-transition-old(root),
|
||||
::view-transition-new(root) {
|
||||
animation-duration: 250ms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user