linebender / linebender/interpoli
Move frame interval from the Composition to the frame
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Real displays don't follow exact fraction-of-a-second frame rates, and animations are rarely authored with continuous frames on a fixed interval anyhow (whether they are tweened or stop-motion), so the correct place for frame intervals is on the frames/tweens, and not the composition as a whole. Re-pacing animations is a separate concern.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names Composition and frames/tweens but no files, tests, or entry points. Trace how frame intervals are represented and consumed, then define the affected animation model and tests; done means intervals are owned by frames or tweens rather than the Composition, with re-pacing remaining separate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100