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

Line by Line Slide

Multi-line text slides in from the left line by line, then slides out to the right.

Customize
48
72
600
1

Installation

$ pnpm dlx shadcn@latest add @framecn/line-by-line-slide

Usage

import { LineByLineSlide } from "@/components/framecn/line-by-line-slide";
<LineByLineSlide text={"First line\nSecond line"} />

API Reference

LineByLineSlide

PropTypeDefault
textstring"First line\nSecond line"
distancenumber48
fontSizenumber72
colorstring"#171717"
fontWeightnumber600
speednumber1
fpsnumber30
durationInFramesnumber90
classNamestring-

Notes