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

Shared Axis Z

Text scales up and fades out while new text scales in from small, simulating depth on the Z axis.

Customize
72
600
1

Installation

$ pnpm dlx shadcn@latest add @framecn/shared-axis-z

Usage

import { SharedAxisZ } from "@/components/framecn/shared-axis-z";
<SharedAxisZ fromText="Hello world" toText="New world" />

API Reference

SharedAxisZ

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

Notes