Skip to content

Commit 5580689

Browse files
authored
Fix animations to pass Lighthouse (#5494)
1 parent 58d9185 commit 5580689

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/minimal-mistakes/_animations.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@-webkit-keyframes intro {
66
0% {
7-
opacity: 0;
7+
opacity: 0.01;
88
}
99
100% {
1010
opacity: 1;
@@ -13,7 +13,7 @@
1313

1414
@keyframes intro {
1515
0% {
16-
opacity: 0;
16+
opacity: 0.01;
1717
}
1818
100% {
1919
opacity: 1;

0 commit comments

Comments
 (0)