slow down blink animation on mobile to 5s

This commit is contained in:
vndangkhoa 2026-04-29 15:47:58 +07:00
parent 3bc0b43b10
commit 56e8a096ee

View file

@ -197,6 +197,9 @@ body {
opacity: 0;
}
}
.tetris-board > div {
animation-duration: 0.5s, 5s !important;
}
}
@keyframes dropIn {