For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Text Fade Replace

Cross-fades between two strings on the same line. Includes a Strikethrough variant.

Customize
48
600
1

Installation

$ pnpm dlx shadcn@latest add @framecn/text-fade-replace

Usage

import { TextFadeReplace } from "@/components/framecn/text-fade-replace";
<TextFadeReplace from="value" to="value" />

API Reference

TextFadeReplace

PropTypeDefault
fromstring-
tostring-
fontSizenumber48
colorstring"#171717"
fontWeightnumber600
speednumber1
fpsnumberFPS
durationInFramesnumberDURATION_IN_FRAMES
classNamestring-

Notes