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.
71
Sponsor

Fade Through

One text fades out while a new one fades in with a slight blur and motion offset.

Customize
72
600
1

Installation

$ pnpm dlx shadcn@latest add @framecn/fade-through

Usage

import { FadeThrough } from "@/components/framecn/fade-through";
<FadeThrough fromText="Hello world" toText="New world" />

API Reference

FadeThrough

PropTypeDefault
fromTextstring"Hello world"
toTextstring"New world"
fontSizenumber72
colorstring"#171717"
fontWeightnumber600
speednumber1
fpsnumber30
durationInFramesnumber90
classNamestring-

Notes