diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..c2da90e --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,3 @@ +allowBuilds: + sharp: false + unrs-resolver: false diff --git a/src/app/about/_components/animated-intro.tsx b/src/app/about/_components/animated-intro.tsx index b72ef23..28848a5 100644 --- a/src/app/about/_components/animated-intro.tsx +++ b/src/app/about/_components/animated-intro.tsx @@ -22,6 +22,20 @@ export default function AnimatedIntro() { ); }, []); + useGSAP(() => { + gsap.to(".things-bubbles", { + repeat: -1, + duration: 1.9, + autoAlpha: 0, + stagger: 0.7, + repeatDelay: 0.3, + // ease: "power4.out", + // ease: "back.out(1)", + ease: "slow(0.7,0.7,true)", + // yoyo: true + }); + }); + return (