remotion-best-practices
Installation
SKILL.md
Remotion Video Generation
Core Principles
- ALL animations use
useCurrentFrame()- NEVER CSS transitions - Use
staticFile()for local assets in /public - Always clamp interpolations with
extrapolateRight: 'clamp' - Premount sequences with
premountForprop for smooth transitions - Use
delayRender()andcontinueRender()for async data
Quick Reference
Animation Pattern
import { useCurrentFrame, interpolate } from 'remotion';