These are Pure animated components but before using these component follow the steps
- go to your terminal
- install npm i @gsap/react
- add a. import gsap from 'gsap' b. import { useGSAP } from "@gsap/react"; c. import { ScrollTrigger } from "gsap/ScrollTrigger"; d. gsap.registerPlugin(ScrollTrigger) 4.follow these steps and here you go.