github meursyphus/ssgoi v7.3.1
SSGOI 7.3.1 — Fix hero and zoom shared-image flashes

2 hours ago

SSGOI 7.3.1 fixes the brief shared-image flash during hero enter and zoom transitions. All eight @ssgoi/* packages ship together at 7.3.1.

Both overlapping images previously faded with complementary opacity, which exposed up to 25% of the backdrop even when the images were identical and opaque. The lower image now compensates for the upper image's coverage, keeping opaque shared images from washing out during the crossfade. Authored element opacity and cleanup are preserved. #428

The fix covers hero enter and both zoom directions. Hero's isolated exit layer already uses additive blending. No public API changes.

npm install @ssgoi/react@7.3.1

Install the matching 7.3.1 version of any other @ssgoi/* packages in use. The agent quick start's version and pinned install command now both point to 7.3.1.

Validation: 292 core unit tests, 28 pixel regression cases across Chromium and WebKit, all eight package builds, changed-file ESLint, router documentation checks, and public transition example checks passed.

Full changelog: v7.3.0...v7.3.1

Don't miss a new ssgoi release

NewReleases is sending notifications on new releases.