Demonstrates on event callbacks for state changes and loading lifecycle
onImageHover, onImageUnhover, onImageFocus, onImageUnfocus — logged in real time. Click an image to focus it.
onImageLoaded, onImageError, onLoadProgress, onGalleryReady — progress bar driven by onLoadProgress.
onEntryStart, onEntryProgress (per-rAF, JS paths only), onEntryComplete. Using a bounce path so onEntryProgress fires.
Fires after positions are computed, before images load. Log shows algorithm + bounding box of the layout.
Each image URL is rewritten to request a grayscale version via a query param. Uses Mode A (URL-only, zero fetch overhead).