Skip to content

Commit f9f3a4e

Browse files
author
Adam Argyle
committed
add will-change hint
1 parent cd06e6c commit f9f3a4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
animation-duration: var(--transition__duration, 2.5s);
44
animation-timing-function: var(--transition__easing, cubic-bezier(.25, 1, .30, 1));
55
animation-fill-mode: both;
6+
will-change: clip-path;
67
}
78

89
@media print, (prefers-reduced-motion: reduce) {

0 commit comments

Comments
 (0)