training/dashboard(vaporwave): diagnostic — hide .vw-scanlines to test moiré hypothesis
This commit is contained in:
parent
1d6a079c3b
commit
775930d35d
2 changed files with 8 additions and 1 deletions
|
|
@ -224,6 +224,13 @@ body[data-theme="laser"] .bg-laser { display: block; }
|
|||
transparent 0 2px,
|
||||
rgba(0, 0, 0, 0.18) 2px 4px);
|
||||
mix-blend-mode: multiply;
|
||||
/* Diagnostic: hidden while we hunt the orthogonal-in-3D artifact.
|
||||
The 4px scanline period beats against the perspective floor's
|
||||
varying line spacing (which crosses 4px somewhere mid-screen),
|
||||
potentially producing a moiré pattern that reads as phantom
|
||||
orthogonal lines. If hiding fixes it, we re-add at a non-resonant
|
||||
period or without the multiply blend. */
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* laser show — long beams rotating from screen center, palette colors.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>CIS490 — live</title>
|
||||
<link rel="stylesheet" href="/static/dashboard.css?v=ebb682d3">
|
||||
<link rel="stylesheet" href="/static/dashboard.css?v=667470df">
|
||||
</head>
|
||||
<body>
|
||||
<!-- SVG filter defs for the lava-lamp goo effect. Width/height 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue