Remove scanline flicker animation — was causing visible pulsing

This commit is contained in:
you
2026-03-22 08:39:47 +00:00
parent 8dfb5c39f7
commit 7fbbea11a4
2 changed files with 1 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<meta name="twitter:title" content="MeshCore Analyzer">
<meta name="twitter:description" content="Real-time MeshCore LoRa mesh network analyzer — live packet visualization, node tracking, channel decryption, and route analysis.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Kpa-clawbot/meshcore-analyzer/master/public/og-image.png">
<link rel="stylesheet" href="style.css?v=1774164970">
<link rel="stylesheet" href="style.css?v=1774168787">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="live.css?v=1774058575">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"

View File

@@ -1556,11 +1556,6 @@ tr[data-hops]:hover { background: rgba(59,130,246,0.1); }
.matrix-scanlines {
position: absolute; inset: 0; z-index: 9999; pointer-events: none;
background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,65,0.02) 2px, rgba(0,255,65,0.02) 4px);
animation: matrix-flicker 0.15s infinite alternate;
}
@keyframes matrix-flicker {
from { opacity: 0.8; }
to { opacity: 1; }
}
/* Feed panel in matrix mode */