remotion-best-practices
When to use
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
New project setup
When in an empty folder or workspace with no existing Remotion project, scaffold one using:
npx create-video@latest --yes --blank --no-tailwind my-video
Replace my-video with a suitable project name.
Designing a video
Animate properties using useCurrentFrame() and interpolate(). Use Easing to customize the timing of the animation.
More from remotion-dev/remotion
web-renderer-test
Add a test case to the web renderer
913writing-docs
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
897make-pr
Open a pull request for the current feature
843video-report
Generate a report about a video
799docs-demo
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
665add-expert
Add a new expert to the Remotion experts page
632