From 26a4d113b5eccecac747d7d288438e73165cb103 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 15 Jan 2026 17:55:24 +0100 Subject: [PATCH] no cleared line animation --- css/stereo.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/css/stereo.css b/css/stereo.css index 3f93184..c60bdc3 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -281,16 +281,8 @@ td.trail-animation::after { transform-origin: right !important; } - -@keyframes cleared-line-animation { - from { - background-color: #ceffff66; - box-shadow: -200px 0 5px white, 200px 0 5px white; - } - - to { - background-color: transparent; - } +tr.cleared-line-animation { + animation: none; } @keyframes show-level-animation {