Jump to content
Search Community

Brandonjhz

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Brandonjhz

  1. As the title says, is there a way to stop the .batch animation from running? I just want it to run only once but it keeps running after entering in the trigger. ScrollTrigger.batch(".fadeIn, .fadeIns > *", { onEnter: (batch) => gsap.from(batch, { y: "100%", opacity: 0, duration: 1, delay: 0.25, stagger: 0.125, ease: "power3.out", }), });
×
×
  • Create New...