Better animations for dialogs, animate web composer (#7703)

* animation atoms, use for modals

* respect reduced motion

* simplify animtions

* fix atoms
This commit is contained in:
Samuel Newman
2025-02-12 21:18:26 +00:00
committed by GitHub
parent 521a764d4f
commit 5d3e2e1467
4 changed files with 58 additions and 28 deletions
+9
View File
@@ -205,6 +205,15 @@ input:focus {
}
}
@keyframes zoomIn {
from {
transform: scale(0.95);
}
to {
transform: scale(1);
}
}
.force-no-clicks > *,
.force-no-clicks * {
pointer-events: none !important;