Skip to content

Commit 9e0fd37

Browse files
committed
Make qr code button shine more frequent
1 parent 0621ced commit 9e0fd37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
transform: translate(-150%, -150%);
4646
opacity: 0;
4747
}
48-
5% {
48+
10% {
4949
transform: translate(150%, 150%);
5050
opacity: 1;
5151
}
52-
10% {
52+
20% {
5353
opacity: 0;
5454
}
5555
100% {
@@ -74,5 +74,5 @@
7474
);
7575
transform: translate(-150%, -150%);
7676
opacity: 0;
77-
animation: shine 30s infinite linear;
77+
animation: shine 15s infinite linear;
7878
}

0 commit comments

Comments
 (0)