npm install aos --save import AOS from "aos"; import "aos/dist/aos.css"; useEffect(() => { AOS.init({ duration: 3000, }); }); data-aos="flip-left"