What problem does it solve? Adding expressive text and particle animation to a site usually means copying demo code that drags along its own fonts, colors, and layout, breaking the project's design. This Skill provides portable vanilla TypeScript and GSAP recipes for split-text entrances, scattering headlines, speak-in copy, letter waves, particle buttons and cards, and blast-off exits that adapt to any brand without a restyle. ## Core Features & Use Cases - Split-text effects: Character, word, line, and scramble entrances and exits built on GSAP SplitText, with guidance for kerning stability, mask clipping, and clean revert. - Particle system: A canvas-based particle field with five ready treatments (marquee, reactor, resolve, slipstream, ignite) for buttons, cards, links, and command fields, colored from the element's computed CSS color. - Route transitions and exits: Page intro/outro timelines driven by data attributes, plus a blast-off effect that throws a hero composition apart from a pressed call to action. - Use Case: A developer wants a headline whose letters scatter in from random positions on page load and a primary button with rising embers, without changing the site's typography or palette. The Skill supplies the effect builders while the matching gsap-<framework> skill owns lifecycle, navigation, and cleanup. ## Quick Start Ask the agent to add a split-text entrance to the hero headline and a particle effect to the primary button using the animaxxing recipes while keeping the current design intact.