From ab26e648da09078ebb86f2095b028941b2f65475 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 18 Jul 2024 18:56:05 +0200 Subject: [PATCH] auscommmentiert --- src/components/AOSs.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/AOSs.tsx b/src/components/AOSs.tsx index ce706c9c..c373152d 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> -- GitLab