mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
fix: hero CTAs invisible until scroll, seek animation skip, layout overhaul
- Remove data-reveal from hero h1/subtitle/mascot/cta-group/version-badge
(critical above-fold content must never start hidden)
- Change IntersectionObserver rootMargin -150px to -30px, threshold 0.1 to 0.05
(CTAs at ~530px were past the observer zone on laptops)
- Hero layout: align-items flex-start + padding-top 7.5rem for content at top
- Cards 62cqw to 70cqw, -3% offsets for dramatic overlap cascade
- Film animation: replace stick-figure walker with cinematic night scene
(7 twinkling stars, glowing moon with drift, parallax mountains, firefly)
- Seek now restarts all film child animations via .demo-reset class toggle
(was incorrectly resetting parent only — no visible jump)
- Add .demo-seek-sweep overlay + brightness flash during seek
- Video select: placeholder option ('Choose a video tab...') until story picks
- RATE 8 to 1 for realtime playback
- Version badge moved below download buttons
- All 15 locale files: add DEMO_SELECT_PLACEHOLDER key
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"DEMO_CREATE_ROOM": "Kamer aanmaken",
|
||||
"DEMO_JOINED": "In de kamer",
|
||||
"DEMO_TAB_SELECTED": "Tabblad geselecteerd",
|
||||
"DEMO_SELECT_PLACEHOLDER": "Kies een videotabblad…",
|
||||
"ADD_TO_CHROME": "Toevoegen aan Chrome",
|
||||
"ADD_TO_FIREFOX": "Toevoegen aan Firefox",
|
||||
"COMPAT_HEADING": "Werkt op uw favoriete platforms",
|
||||
|
||||
Reference in New Issue
Block a user