Chapter 908: <Trail>
Core Idea
Reference page for <Trail> in the Remotion documentation.
Key Concepts
- API
- layers
- lagInFrames
- trailOpacity
- Example usage
- Demo
- See also
Code Examples
const BlueSquare: React.FC = () => <div></div>
// - BlueSquare
- What it demonstrates: Usage pattern for
<Trail> from the official docs.
Key Takeaways
- Understand api when working with
<Trail>.
- Understand layers when working with
<Trail>.
- Understand laginframes when working with
<Trail>.
- Understand trailopacity when working with
<Trail>.
- Understand example usage when working with
<Trail>.
Connects To
- Camera Motion Blur: related page in the Motion Blur (@remotion/motion-blur) section.
- Common Mistake: related page in the Motion Blur (@remotion/motion-blur) section.
- Motion Blur: related page in the Motion Blur (@remotion/motion-blur) section.