fix(parsers): preserve duration-authored keyframe timing#2675
Draft
miguel-heygen wants to merge 1 commit into
Draft
fix(parsers): preserve duration-authored keyframe timing#2675miguel-heygen wants to merge 1 commit into
miguel-heygen wants to merge 1 commit into
Conversation
This was referenced Jul 21, 2026
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. |
3 tasks
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-array-timing-v2
branch
from
July 21, 2026 04:33
479650a to
1e56102
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
force-pushed
the
codex/studio-timeline-a-array-timing-v2
branch
from
July 21, 2026 04:43
1e56102 to
03878f4
Compare
miguel-heygen
changed the base branch from
codex/studio-timeline-a-ease-editor-v2
to
graphite-base/2675
July 21, 2026 05:53
miguel-heygen
force-pushed
the
codex/studio-timeline-a-array-timing-v2
branch
from
July 21, 2026 05:54
03878f4 to
cc6ca44
Compare
miguel-heygen
force-pushed
the
graphite-base/2675
branch
from
July 21, 2026 05:54
982bebe to
eddcc10
Compare
miguel-heygen
changed the base branch from
graphite-base/2675
to
codex/studio-timeline-a-ease-editor-v2
July 21, 2026 05:54
miguel-heygen
changed the base branch from
codex/studio-timeline-a-ease-editor-v2
to
graphite-base/2675
July 21, 2026 10:21
miguel-heygen
force-pushed
the
codex/studio-timeline-a-array-timing-v2
branch
from
July 21, 2026 10:23
cc6ca44 to
503372f
Compare
miguel-heygen
force-pushed
the
graphite-base/2675
branch
from
July 21, 2026 10:23
eddcc10 to
8232ac4
Compare
miguel-heygen
changed the base branch from
graphite-base/2675
to
codex/studio-timeline-a-ease-editor-v2
July 21, 2026 10:23
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 duration-authored timing when parsing and editing GSAP object-array keyframes.
This is Family A, PR 4 of 4. Prerequisite:
codex/studio-timeline-a-ease-editor-v2. It is the Family A tip.Review context: #2582 and the post-certification review fixes for #2387.
Why
Object-array keyframes use per-step durations as their timing source. Treating them as evenly distributed percentages can create, update, or remove a keyframe at the wrong authored position.
How
A single timing helper owns duration-to-percentage conversion and index resolution. Parser and writer mutations use that shared result, preserve per-step durations, and synthesize an outer duration only when the source does not already provide one.
Test plan