Jump to content
Search Community

bayti

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. bayti's post in Need help with triggering canvas animation by scroll of other div was marked as the answer   
    I've managed to find the solution which was really simple, I'm going to post it here for anyone in the future trying the same thing and close the post.
    All that was need was to add 
    scroller: "#home-container", under the scrollTrigger like so
    gsap.to(airpods, {       frame: frameCount - 1,       snap: "frame",       ease: "none",       scrollTrigger: {         scroller: "#home-container",         scrub: 0.5       },       onUpdate: render     });
×
×
  • Create New...