mobile blink starts dim then briefly bright

This commit is contained in:
vndangkhoa 2026-04-29 15:52:57 +07:00
parent 2fdb9ba7f6
commit 9a7323eb28

View file

@ -182,26 +182,26 @@ body {
@media (max-width: 500px) { @media (max-width: 500px) {
@keyframes blink { @keyframes blink {
0%, 5% { 0%, 3% {
opacity: 1;
}
10%, 95% {
opacity: 0.15; opacity: 0.15;
} }
100% { 8%, 12% {
opacity: 1; opacity: 1;
} }
18%, 100% {
opacity: 0.15;
}
} }
@-webkit-keyframes blink { @-webkit-keyframes blink {
0%, 5% { 0%, 3% {
opacity: 1;
}
10%, 95% {
opacity: 0.15; opacity: 0.15;
} }
100% { 8%, 12% {
opacity: 1; opacity: 1;
} }
18%, 100% {
opacity: 0.15;
}
} }
.tetris-board > div { .tetris-board > div {
animation-duration: 0.5s, 8s !important; animation-duration: 0.5s, 8s !important;