intro backdrop + object-text linkage: establishing shot anchored below the copy (parallax, disabled under reduced motion); each legend row focuses its own part - the scrub walks the list and the described object stands out while the rest sit back, hover/keyboard pins the link

This commit is contained in:
2026-08-17 22:04:20 +10:00
parent 5076f52b21
commit 7fd24d0343
6 changed files with 68 additions and 9 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ for f in pilot/arc.tpl.html pilot/manifest-docker.json pilot/manifest-cluster.js
assets/dist/delivery-flow.svg assets/dist/docker-layers.webp \
assets/dist/course-II-cluster.webp assets/dist/course-00-surround.webp \
assets/dist/course-III-node.webp assets/dist/course-III-pod.webp \
assets/dist/course-IV-traffic.webp assets/dist/course-V-orbit.webp; do
assets/dist/course-IV-traffic.webp assets/dist/course-V-orbit.webp \
assets/dist/intro-establishing.webp; do
[[ -f "$f" ]] || { printf 'missing source: %s\n' "$f" >&2; exit 1; }
done