사용법
뷰포트에 들어오면 글리치 디코딩 후 원문으로 수렴해요.
GOLD TREE MOTION
인터페이스
TextScrambleProps
| 속성 | 타입 | 기본값 | 설명 |
|---|---|---|---|
| text* | string | — | 표시할 텍스트 |
| duration | number | 1200 | 해독 길이(ms) |
| delay | number | 0 | 시작 지연(ms) |
| className | string | — | 루트 클래스 |
| style | CSSProperties | — | 인라인 스타일·CSS 변수 |
TextScramble 컴포넌트 Props 표
가져오기
모션 CSS는 @goldtreedev/ui/motion.css를 함께 import해요.
@import "@goldtreedev/ui/motion.css";
import { TextScramble } from "@goldtreedev/ui";