RemotionUI

Strikethrough Replace

Strikethrough Replace text animation for Remotion.

PrimitivePrimitivesAdvanced

strikethrough-replace30fps · 960×540
Install
$ npx remotion-ui@latest add strikethrough-replace

Strikethrough Replace text animation primitive.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/primitives/strikethrough-replace
  • Use when: frame-level motion primitives and reusable animation wrappers.
  • Customize: from, to, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { StrikethroughReplace } from "@/remotion/primitives/strikethrough-replace"; <StrikethroughReplace from="Old label" to="New label" />

API Reference

PropTypeDescription
from*stringText struck through.
to*stringReplacement text.

Related