GSAP SplitText
gsap_splittextSplit text elements into characters, words, or lines and animate them with staggered effects for dynamic typography animations.
Instructions
Split text into chars, words, or lines then animate with stagger using SplitText. Use when animating individual characters or words. For plain text replacement use gsap_textplugin instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Comma-separated: "chars", "words", "lines" | chars,words |
| revert | No | Revert split after animation completes | |
| target | Yes | CSS selector for the text element | |
| animation | Yes | ||
| charsClass | No | ||
| linesClass | No | ||
| wordsClass | No | ||
| useTimeline | No | Wrap in timeline for control | |
| includeImports | No |