blink locked piece

This commit is contained in:
Adrien MALINGREY 2023-06-14 19:00:10 +02:00
parent fd09458ee9
commit fa5c5fb33b

View File

@ -102,8 +102,14 @@ td {
background-image: url("retro/Z-mino.png")
}
@keyframes blinker {
50% {
opacity: 0;
}
}
.locked.mino {
filter: saturate(60%) brightness(200%);
animation: blinker 0.15s step-start infinite;
}
.ghost.mino {