github meursyphus/ssgoi @ssgoi/core@6.2.1
@ssgoi/core@6.2.1 — zoom physics retune

one hour ago

Overview

Patch release for @ssgoi/core only. Adapter packages (react, svelte, vue, solid, angular) stay at 6.2.0 — their workspace:^ core peer pulls the new physics transparently for downstream consumers.

What changed

  • zoom/static: stiffness 420 → 530, added doubleSpring: 1 — tighter snap with smoothed overshoot.
  • zoom/blur: stiffness 200 → 430, damping 24 → 33, added doubleSpring: 1 — noticeably faster ramp on the blur variant. The blur overlay's backdrop-filter and the background page's scale share the same spring, so timing stays locked across both layers.

No public API change. Existing showcases (Instagram = zoom static, Airbnb = zoom blur+fade) feel snappier; Pinterest (zoom expand) unchanged.

Install

npm install @ssgoi/core@6.2.1

Or rely on the existing adapter (@ssgoi/react@6.2.0 etc.) — lockfile refresh / npm update pulls 6.2.1 automatically via workspace:^/^ ranges.

Don't miss a new ssgoi release

NewReleases is sending notifications on new releases.