Skip to content

Fix broken example imports and spring() guidance inconsistency - #21

Open
denetro wants to merge 1 commit into
remotion-dev:mainfrom
denetro:fix/skill-docs-issue-20
Open

Fix broken example imports and spring() guidance inconsistency#21
denetro wants to merge 1 commit into
remotion-dev:mainfrom
denetro:fix/skill-docs-issue-20

Conversation

@denetro

@denetro denetro commented Jul 2, 2026

Copy link
Copy Markdown

Fixes #20.

  • SKILL.md: adds the missing imports (AbsoluteFill, Easing, interpolate, useCurrentFrame, useVideoConfig) to the Sequence/Title/Subtitle/Main example so it compiles as written.
  • SKILL.md: aligns the spring() guidance wording with rules/timing.md ("unless the user explicitly asks for physics-based motion"), removing the inconsistent "explicitly needed" phrasing.
  • text-animations-word-highlight.tsx: adds a short comment justifying the spring() exception to the prefer-interpolate() rule, so the reference example doesn't read as contradicting the documented guidance.

- SKILL.md: add missing imports (AbsoluteFill, Easing, interpolate,
  useCurrentFrame, useVideoConfig) to the Sequence/Title/Subtitle/Main
  example so it compiles as written.
- SKILL.md: align spring() guidance wording with rules/timing.md
  ("unless the user explicitly asks for physics-based motion").
- text-animations-word-highlight.tsx: add a comment justifying the
  spring() exception to the prefer-interpolate rule.

Fixes remotion-dev#20
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.

Docs: broken example + inconsistent spring() guidance in remotion-best-practices skill

1 participant