Browse Source
All Easing Functions presets were not updating the editor because handleSelectEasing fell back to the same DEFAULT_CUSTOM_BEZIER for every non-preset easing. Added EASING_BEZIER_MAP with correct cubic-bezier values from easings.net and a getEasingBezier() lookup. Also corrected three PRESET_BEZIERS entries (easeInOutExpo, easeInOutCubic, easeInOutSine) that diverged from the easings.net source. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>handoff-20260429-1057
2 changed files with 58 additions and 20 deletions
Loading…
Reference in new issue