no cleared line animation

This commit is contained in:
2026-01-15 17:55:24 +01:00
parent b3d012f489
commit 26a4d113b5

View File

@@ -281,16 +281,8 @@ td.trail-animation::after {
transform-origin: right !important; transform-origin: right !important;
} }
tr.cleared-line-animation {
@keyframes cleared-line-animation { animation: none;
from {
background-color: #ceffff66;
box-shadow: -200px 0 5px white, 200px 0 5px white;
}
to {
background-color: transparent;
}
} }
@keyframes show-level-animation { @keyframes show-level-animation {