diff --git a/src/app/components/WhatWeDo.tsx b/src/app/components/WhatWeDo.tsx index 3ea1994..224d2e4 100644 --- a/src/app/components/WhatWeDo.tsx +++ b/src/app/components/WhatWeDo.tsx @@ -49,7 +49,8 @@ const WhatWeDo = () => { [lottieRef1, lottieRef2, lottieRef3].forEach((ref) => { if (ref.current) { gsap.from(ref.current, { - scale: 0.1, + scale: 0.8, + autoAlpha: 0, scrollTrigger: { trigger: ref.current, scrub: true,