Skip to content

Skills: Clarify supported interactivity input ranges - #9738

Merged
JonnyBurger merged 1 commit into
mainfrom
codex/clarify-interactivity-video-config-ranges
Jul 27, 2026
Merged

Skills: Clarify supported interactivity input ranges#9738
JonnyBurger merged 1 commit into
mainfrom
codex/clarify-interactivity-video-config-ranges

Conversation

@JonnyBurger

@JonnyBurger JonnyBurger commented Jul 27, 2026

Copy link
Copy Markdown
Member

Summary

  • clarify which useVideoConfig() expressions are supported in interactivity input ranges
  • fix the example to destructure durationInFrames
  • keep the documentation and public Remotion skill aligned

Validation

  • bun run build
  • bun run stylecheck
  • bun test packages/studio-server/src/test/update-keyframes.test.ts

Closes #9724

Preview

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment Jul 27, 2026 2:42pm
remotion Ready Ready Preview, Comment Jul 27, 2026 2:42pm

Request Review

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed changes — clarifies which interpolate() ranges support useVideoConfig() expressions and adds durationInFrames to the inline example.

  • Clarify supported useVideoConfig() usage — the input range may use durationInFrames, fps, width, height destructured from useVideoConfig() (bare identifiers, number * fps, fps * number, durationInFrames - number); output range, easing, extrapolation, and output must be hardcoded.
  • Fix code example destructuring — adds durationInFrames to the useVideoConfig() destructuring in the inline-values example, since it's now explicitly listed as a supported input-range value.
  • Trailing whitespace cleanup — removes trailing spaces and extra blank lines in both files.

Pullfrog  | View workflow run | Using DeepSeek Pro (free via Pullfrog for OSS) (Claude Opus not used — the program covers this model; add its provider key to run your pick) | 𝕏

@JonnyBurger
JonnyBurger merged commit 9c20e24 into main Jul 27, 2026
17 checks passed
@JonnyBurger
JonnyBurger deleted the codex/clarify-interactivity-video-config-ranges branch July 27, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is interpolate(frame, [0, durationInFrames], [0, 360]) supported by interactivity?

1 participant