faster bllinking
This commit is contained in:
parent
c1d6fb87eb
commit
ea2463157f
@ -109,7 +109,7 @@ td {
|
||||
}
|
||||
|
||||
.locking.mino {
|
||||
animation: blinker 0.1s step-start infinite;
|
||||
animation: blinker 0.04s step-start infinite;
|
||||
}
|
||||
|
||||
.ghost.mino {
|
||||
@ -119,3 +119,13 @@ td {
|
||||
.locked.mino {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
@keyframes cleared-line-animation {
|
||||
from {
|
||||
background-color: rgb(206, 255, 255, 40%);
|
||||
filter: saturate(50%) brightness(300%);
|
||||
}
|
||||
to {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user