feat: use web transitions api for themes

This commit is contained in:
SethBurkart123
2025-05-23 12:30:43 +10:00
parent da3e11e208
commit 8adba647d8
4 changed files with 150 additions and 40 deletions
+7
View File
@@ -12,6 +12,13 @@
font-family: Rubik, sans-serif !important;
}
::view-transition-old(root),
::view-transition-new(root) {
animation: none;
mix-blend-mode: normal;
pointer-events: none;
}
.hidden {
display: none;
}