refactor: create animation helper functions to disable anims on webkit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user