Skip to content
Snippets Groups Projects
Commit ab26e648 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

auscommmentiert

parent 8cb48ee8
No related branches found
No related tags found
No related merge requests found
Pipeline #394464 failed
//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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment