Stable task transitions and animations

This commit is contained in:
2026-03-04 13:25:38 -06:00
parent 50ccbbc564
commit 0bc9c74797
7 changed files with 6 additions and 18 deletions
-12
View File
@@ -77,18 +77,6 @@
transform: translateX(3px);
}
}
--animate-task-enter: task-enter 0.25s ease-out backwards;
@keyframes task-enter {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
}
:root {