faster bllinking
This commit is contained in:
parent
c1d6fb87eb
commit
ea2463157f
@ -109,7 +109,7 @@ td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.locking.mino {
|
.locking.mino {
|
||||||
animation: blinker 0.1s step-start infinite;
|
animation: blinker 0.04s step-start infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost.mino {
|
.ghost.mino {
|
||||||
@ -118,4 +118,14 @@ td {
|
|||||||
|
|
||||||
.locked.mino {
|
.locked.mino {
|
||||||
animation: none;
|
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