refactoring

This commit is contained in:
2023-05-09 09:16:18 +02:00
parent 13539af376
commit e92a6cf5de
3 changed files with 60 additions and 46 deletions

View File

@ -60,7 +60,7 @@ td {
height: var(--cell-side);
}
@keyframes hard-drop-animation {
@keyframes trail-animation {
from {
background-color: rgb(206, 255, 255, 25%);
filter: saturate(50%) brightness(300%);
@ -70,8 +70,8 @@ td {
}
}
td.hard-drop-animation {
animation: hard-drop-animation ease-out .3s;
td.trail-animation {
animation: trail-animation ease-out .3s;
}
@keyframes cleared-line-animation {