clear animation

This commit is contained in:
Adrien MALINGREY 2025-04-09 01:14:39 +02:00
parent f33723a786
commit d56af40362

View File

@ -173,12 +173,10 @@ tr.matrix td:not(.mino) {
@keyframes cleared-line-animation {
from {
opacity: 1;
background-color: #ceffff66;
box-shadow: -200px 0 5px white, 200px 0 5px white;
}
to {
opacity: 1;
background-color: transparent;
}
}