blink locked piece
This commit is contained in:
parent
fd09458ee9
commit
fa5c5fb33b
@ -102,8 +102,14 @@ td {
|
|||||||
background-image: url("retro/Z-mino.png")
|
background-image: url("retro/Z-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes blinker {
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.locked.mino {
|
.locked.mino {
|
||||||
filter: saturate(60%) brightness(200%);
|
animation: blinker 0.15s step-start infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost.mino {
|
.ghost.mino {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user