1
0

refactor: create animation helper functions to disable anims on webkit

This commit is contained in:
2026-03-25 12:53:03 +01:00
parent 4166a51c6c
commit 85e36e1d46
18 changed files with 603 additions and 729 deletions
+5 -1
View File
@@ -38,7 +38,7 @@
--tracking-narrow: -0.09375rem;
--base-grid: repeat(12, 1fr);
--max-content-width: 1600px;
--max-content-width: 112.5rem;
--padding-x: 1.5rem;
@media screen and (min-width: 50rem) {
@@ -94,4 +94,8 @@
border-radius: 0.25rem;
border: 2px solid var(--clr-ts-red-400);
}
.char, .line {
will-change: transform, opacity;
}
</style>