Skip to content

Commit ea59eae

Browse files
committed
sacrifice project card hover zoom transition
i dream of one bright day in the future where chrome can handle that transition more seamlessly
1 parent 9a6288e commit ea59eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blocks/card/card--projects.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
right: calc(var(--project-card--padding) + 0.5 * var(--_w));
2222
}
2323

24+
.card.card--projects:hover {
25+
transition: none;
26+
}
27+
2428
.card--projects:hover .card__inner {
2529
--_by: calc(var(--h) - 2 * var(--project-card--padding) - 25px);
2630
}

0 commit comments

Comments
 (0)