lottie fix

This commit is contained in:
bismay70
2026-01-18 22:25:54 +05:30
parent 1742b8acb7
commit a4f5b89a92

View File

@@ -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,