diff --git a/src/components/AOSs.tsx b/src/components/AOSs.tsx index ce706c9c06e77d95109aca382a2b8ef71b449ac6..c373152d39577c12a43737f30704b043fcc6786a 100644 --- a/src/components/AOSs.tsx +++ b/src/components/AOSs.tsx @@ -1,16 +1,15 @@ -//AOSs.tsx -import AOS from "aos"; + import { useEffect } from "react"; export function AOStry(){ useEffect(() => { - AOS.init({ + /* AOS.init({ disable: "phone", duration: 700, easing: "ease-out-cubic", - }); + }); */ }, []); return( <h1 data-aos="zoom-y-out">Sample heading</h1>