Skip to content

Commit b2d2b7c

Browse files
authored
stoped the distracting animation from repeating
1 parent b8cfcf5 commit b2d2b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
-webkit-mask-image: linear-gradient(-45deg, #000f 30%, #0004 50%, #000f 70%);
5858
-webkit-mask-size: 200%;
5959
-webkit-mask-position: -50%;
60-
animation: shine 2s linear 5;
60+
animation: shine 2s linear;
6161
}
6262

6363
@-webkit-keyframes shine {

0 commit comments

Comments
 (0)