Quick start.
Copy your first component and have it running in about two minutes. We'll walk one component end to end - a scroll-triggered text reveal.
Find it in the library
Open the library, pick a component, and open its page. Every component has a live preview, an attribute reference, and the code in HTML, React, and Vue. For this walkthrough, open any text reveal.
Copy the format you want
On the component page, choose your framework tab and hit Copy. Here's the shape of what lands on your clipboard. The exact attributes and props are listed on each component's own page.
Paste it and run
Drop the markup where you want it. In HTML, make sure GSAP is loaded before the component script - see Installation. In React, the component is self-contained: it runs its own useGSAP on mount. Reload, and the headline reveals on scroll.
Tune one attribute
Every component is tuned through the same data-anm-* attributes, or the matching props in React and Vue. Slow the reveal down and lengthen the stagger:
That's the whole loop.
