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
Two-layer smoothing for recorded gestures:
1. Gaussian-weighted moving average (radius=3) rounds off jittery pointer
corners after RDP simplification
2. easeEach: power1.inOut on committed keyframes uses bezier interpolation
Animation panel Speed dropdown now correctly reads and writes easeEach for
keyframed tweens. Both the recast and acorn writers handle easeEach in
update-meta mutations.
0 commit comments