update cleared line animation

This commit is contained in:
2026-02-28 10:31:24 +01:00
parent 8a0590f1b3
commit ce758c1e92

View File

@@ -119,17 +119,21 @@ td.trail-animation {
@keyframes cleared-line-animation {
from {
background-color: #ceffff66;
background-color: white;
filter: saturate(50%) brightness(300%);
box-shadow: -200px 0 5px white, 200px 0 5px white;
box-shadow: 0 0 0 #adb5bd, 0 0 0 #adb5bd;
}
60% {
box-shadow: -60px 0 2px #adb5bd66, 60px 0 2px #adb5bd66;
}
to {
background-color: transparent;
box-shadow: -100px 0 5px transparent, 100px 0 5px transparent;
}
}
tr.cleared-line-animation {
animation: cleared-line-animation ease-out .3s;
animation: cleared-line-animation ease-out .15s;
}
#holdTable .J,