Skip to content

Commit 98fd062

Browse files
committed
some more fix experiments
1 parent 3f6a77e commit 98fd062

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/css/components/tile.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
background-color: var(--color-background-accent);
99
color: var(--color-text-accent);
1010
scale: 1;
11-
will-change: background-color, opacity, scale;
11+
will-change: background-color;
1212
view-transition-name: match-element;
1313

1414
@media (prefers-reduced-motion: no-preference) {
@@ -43,12 +43,6 @@
4343
animation: hide cubic-bezier(0.83, 0.31, 0.38, 0.93) 200ms forwards;
4444
}
4545

46-
::view-transition-group(.card),
47-
::view-transition-new(.card),
48-
::view-transition-old(.card) {
49-
animation: none;
50-
}
51-
5246
.c-tile[data-theme='morning'] {
5347
--color-background-accent: var(--color-background-accent-morning);
5448
}

0 commit comments

Comments
 (0)