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, addeddoubleSpring: 1— tighter snap with smoothed overshoot. - zoom/blur:
stiffness 200 → 430,damping 24 → 33, addeddoubleSpring: 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.1Or rely on the existing adapter (@ssgoi/react@6.2.0 etc.) — lockfile refresh / npm update pulls 6.2.1 automatically via workspace:^/^ ranges.