To replicate the image list scroll animation like on edifis.ca using GSAP ScrollTrigger, pin the container, use scrub: true
, and animate each image block’s opacity, scale, or position inside a gsap.timeline()
synced with scroll. Use start
, end
, and pin
to control scroll behavior smoothly.