You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(studio): smooth gesture recordings + editable easeEach in Animation panel
Gesture recordings now go through Gaussian smoothing (radius 3) before
commit, eliminating jitter while preserving motion shape. The Animation
panel's Speed dropdown writes easeEach for keyframed tweens (ease for flat
tweens), and the selected preset highlights correctly.
Fixed a fetch-cancellation race in useGsapAnimationsForElement — the
target object reference in useEffect deps was unstable across re-renders,
causing cleanup to cancel in-flight API calls before results arrived.
Switched deps to target?.id and target?.selector primitives.
Also adds a cache-buster query param on the gsap-animations fetch to
prevent stale HTTP-cached responses after mutations.
0 commit comments