Chapter 11: <Freeze>
Core Idea
Reference page for <Freeze> in the Remotion documentation.
Key Concepts
- Recommendation: <Sequence freeze>
- Example
- API
- frame
- active<AvailableFrom v="4.0.127"/>
- Demo
- Compatibility
- See also
Code Examples
const BlueSquare: React.FC = () => <div></div>
// - BlueSquare
- What it demonstrates: Usage pattern for
<Freeze> from the official docs.
Key Takeaways
- Understand recommendation: <sequence freeze> when working with
<Freeze>.
- Understand example when working with
<Freeze>.
- Understand api when working with
<Freeze>.
- Understand frame when working with
<Freeze>.
- Understand active<availablefrom v="4.0.127"/> when working with
<Freeze>.
Connects To
- Absolute Fill: related page in the Fundamentals & Core Concepts section.
- Animating Properties: related page in the Fundamentals & Core Concepts section.
- Animation Math: related page in the Fundamentals & Core Concepts section.