chore: list animations

This commit is contained in:
2025-01-31 18:45:03 +01:00
parent d4e365d311
commit 5616fbd7cf
2 changed files with 22 additions and 3 deletions
+19
View File
@@ -55,6 +55,25 @@ body {
visibility: visible;
}
/* Animations */
.list-move,
.list-enter-active,
.list-leave-active {
transition: all 0.25s ease;
}
.list-enter-from,
.list-leave-to {
opacity: 0;
transform: translateY(30px);
}
.list-leave-active {
position: absolute;
width: 100%;
}
/* Print mode */
@media print {
:root {
color-scheme: light;