fix(parsers): preserve authored keyframe intent#2673
Draft
miguel-heygen wants to merge 1 commit into
Draft
Conversation
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-runtime-eases-v2
branch
from
July 21, 2026 04:33
1b18b52 to
761e79d
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-runtime-eases-v2
branch
from
July 21, 2026 04:43
761e79d to
67d3da0
Compare
miguel-heygen
changed the base branch from
codex/studio-timeline-a-runtime-eases-v2
to
graphite-base/2673
July 21, 2026 05:50
miguel-heygen
force-pushed
the
graphite-base/2673
branch
from
July 21, 2026 05:52
67d3da0 to
b64c98d
Compare
miguel-heygen
force-pushed
the
codex/studio-timeline-a-parser-intent-v2
branch
from
July 21, 2026 05:52
99c7665 to
9a94e04
Compare
miguel-heygen
changed the base branch from
graphite-base/2673
to
codex/studio-timeline-a-runtime-eases-v2
July 21, 2026 05:52
miguel-heygen
changed the base branch from
codex/studio-timeline-a-runtime-eases-v2
to
graphite-base/2673
July 21, 2026 10:18
miguel-heygen
force-pushed
the
codex/studio-timeline-a-parser-intent-v2
branch
from
July 21, 2026 10:20
9a94e04 to
786802f
Compare
miguel-heygen
force-pushed
the
graphite-base/2673
branch
from
July 21, 2026 10:20
b64c98d to
73b793d
Compare
miguel-heygen
changed the base branch from
graphite-base/2673
to
codex/studio-timeline-a-runtime-eases-v2
July 21, 2026 10:20
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
Preserve authored keyframe intent through GSAP parsing, mutation, serialization, and Acorn writer parity.
This is Family A, PR 2 of 4. Prerequisite:
codex/studio-timeline-a-runtime-eases-v2. Next:codex/studio-timeline-a-ease-editor-v2.Replacement review history: #2582. Golden reference: #2387.
Why
Keyframe editing must not silently collapse duplicate-time data, discard unrelated properties, change authored source form, or inject timing that was never authored.
How
Parser and writer paths share the existing easing and serialization contracts, retain distinct authored entries, and merge edits into the targeted keyframe. Two small helper extractions keep the mutation owner explicit while satisfying the repository complexity gate.
Test plan