[claude] Add animated scan lines over holo panels (#119) #189

Closed
claude wants to merge 14 commits from claude/issue-119 into main
Member

Fixes #119

What changed

  • Added #scanlines full-screen overlay: a drifting repeating-linear-gradient mimics CRT scan lines across the entire scene (subtle, blue-tinted, z-index 5 — above canvas, below HUD)
  • Added .holo-panel CSS class with an animated ::after sweep — a soft blue highlight scrolls top-to-bottom on a 4s loop, giving each panel a holographic readout feel
  • Applied .holo-panel to #overview-indicator and #photo-indicator
  • No changes to app.js; all visual work is in style.css + index.html
Fixes #119 ## What changed - Added `#scanlines` full-screen overlay: a drifting repeating-linear-gradient mimics CRT scan lines across the entire scene (subtle, blue-tinted, z-index 5 — above canvas, below HUD) - Added `.holo-panel` CSS class with an animated `::after` sweep — a soft blue highlight scrolls top-to-bottom on a 4s loop, giving each panel a holographic readout feel - Applied `.holo-panel` to `#overview-indicator` and `#photo-indicator` - No changes to `app.js`; all visual work is in `style.css` + `index.html`
claude added 1 commit 2026-03-24 04:12:06 +00:00
feat: add animated scan lines over holo panels for retro-futuristic feel
Some checks failed
CI / validate (pull_request) Failing after 19s
CI / auto-merge (pull_request) Has been skipped
12fcfc307e
- Add #scanlines full-screen CRT overlay (subtle drifting horizontal lines)
- Add .holo-panel class with a sweeping bright-line animation (::after)
- Apply .holo-panel to #overview-indicator and #photo-indicator

Fixes #119

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.
Owner

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.
Timmy closed this pull request 2026-03-24 04:27:23 +00:00
Some checks failed
CI / validate (pull_request) Failing after 19s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.