Landing page: per-slide videos, native scroll, static nav - #81
Merged
Conversation
- Five new cinematic clips (jet, drone, ship, wildfire, city night) generated and wired into the Air/Signals/Maritime/Hazards/Infrastructure slides, tagged CINEMATIC so synthetic footage is never presented as feed data - All 9 carousel slides now play video lazily: preload=none, src attached only to the active slide and released on leave, so initial page weight is unchanged; Space/Archive/Agent/Workspace reuse the real product captures - Archive section screenshot replaced with the replay-live video, play/paused by visibility - prefers-reduced-motion suppresses every autoplay video and smooth scroll - Removed the wheel-hijack lerp scroll; scrolling is native, anchors keep CSS smooth-behavior - Nav is absolute over the hero instead of fixed: no follow-on-scroll, hide-on-scroll and on-light restyling removed - Marquee runs three quote copies shifting one third per loop, seamless up to 3200px viewports; carousel controls no longer overflow at 390px
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Videos (11 on the page, up from 2)
CINEMATICso it is never presented as feed data.assets/.replay-livevideo, played/paused by visibility.Weight discipline
preload="none",srcattached only to the active slide and released when it leaves, so only one video is ever fetched/playing and initial page weight is unchanged. New assets total 9.1 MB on disk (648 KB–3.0 MB each, audio stripped).Fixes along the way
scroll-behavior: smooth.absoluteover the hero instead offixed: it stays at the top of the page and scrolls away, and the hide-on-scroll / on-light restyling machinery is gone.prefers-reduced-motionnow suppresses every autoplay video and smooth scrolling.Verification
Driven in a real Chromium at 1440×900 and 390×844: all nine slides play and release their video, no user-visible horizontal overflow, reduced-motion verified (hero paused, no slide src set, instant anchor jumps), zero console errors.