GSAP TextPlugin
gsap_textpluginAnimate text content replacement character-by-character using typewriter or scramble effects.
Instructions
Animate text content replacement character-by-character using TextPlugin or ScrambleTextPlugin. Use type 'replace' for typewriter effect, 'scramble' for randomized scramble reveal. For animating split characters use gsap_splittext instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ease | No | none | |
| text | Yes | The target text content | |
| type | No | replace | |
| target | Yes | CSS selector for the text element | |
| options | No | ||
| duration | No | ||
| includeImports | No |