feat(studio): add keyframe ease editor#2674
Draft
miguel-heygen wants to merge 1 commit into
Draft
Conversation
3 tasks
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 21, 2026
miguel-heygen
force-pushed
the
codex/studio-timeline-a-ease-editor-v2
branch
from
July 21, 2026 04:33
7512a12 to
bd750ff
Compare
miguel-heygen
force-pushed
the
codex/studio-timeline-a-parser-intent-v2
branch
2 times, most recently
from
July 21, 2026 04:43
a115a6d to
99c7665
Compare
miguel-heygen
force-pushed
the
codex/studio-timeline-a-ease-editor-v2
branch
from
July 21, 2026 04:43
bd750ff to
982bebe
Compare
miguel-heygen
changed the base branch from
codex/studio-timeline-a-parser-intent-v2
to
graphite-base/2674
July 21, 2026 05:51
miguel-heygen
force-pushed
the
codex/studio-timeline-a-ease-editor-v2
branch
from
July 21, 2026 05:53
982bebe to
eddcc10
Compare
miguel-heygen
force-pushed
the
graphite-base/2674
branch
from
July 21, 2026 05:53
99c7665 to
9a94e04
Compare
miguel-heygen
changed the base branch from
graphite-base/2674
to
codex/studio-timeline-a-parser-intent-v2
July 21, 2026 05:53
miguel-heygen
changed the base branch from
codex/studio-timeline-a-parser-intent-v2
to
graphite-base/2674
July 21, 2026 10:20
miguel-heygen
force-pushed
the
graphite-base/2674
branch
from
July 21, 2026 10:21
9a94e04 to
786802f
Compare
miguel-heygen
force-pushed
the
codex/studio-timeline-a-ease-editor-v2
branch
from
July 21, 2026 10:21
eddcc10 to
8232ac4
Compare
miguel-heygen
changed the base branch from
graphite-base/2674
to
codex/studio-timeline-a-parser-intent-v2
July 21, 2026 10:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Add the complete Studio keyframe ease editor: preset selection, Curve/Spring/Wiggle modes, parameter fields, editable curve visualization, and telemetry.
This is Family A, PR 3 of 4. Prerequisite:
codex/studio-timeline-a-parser-intent-v2. Next:codex/studio-timeline-a-array-timing-v2.Replacement review history: #2572 and #2562. Golden reference: #2387.
Why
Users need one coherent editor for every easing mode. The controls and inspector consume the same preset and curve contracts, so publishing only one half creates an invalid intermediate UI and a non-typechecking branch.
How
The editor centralizes preset metadata, curve SVG rendering, parameter controls, inspector composition, and analytics events. This PR is the recorded Family A size exception: 1,589 changed lines. Splitting it further would introduce temporary plumbing, duplicate APIs, and an independently broken intermediate branch.
Test plan