Running Area
Usage
Sponsor
12345
Properties
Your WordsYour WordsYour WordsYour WordsYour Words
Duration
API References
Styles API
Styles API | Type | Default | Annotation |
---|---|---|---|
classNames? | { wrap?: string; inner?: string } | undefined | classNames={{ wrap: "", inner: "" }} |
styles? | { wrap?: CSSProperties; inner?: CSSProperties } | undefined | styles={{ wrap: {}, inner: {} }} |
Props API
Props API | Type | Default | Annotation |
---|---|---|---|
el? | React.ElementType | wrap:"div" inner:"div" | el={{ wrap: "div", inner: "div" }} |
direction? | (string & {}) | "right-to-left" | set running direction types |
duration? | number | 25 | set running duration speed |