Jump to content
Search Community

Hanskrogh

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Hanskrogh

  1. 5 minutes ago, mvaneijgen said:

    Hi all! Same issue here, we're looking into it. I'm going to ping @Cassie to see if she has a quick fix for us!

     

    What I've done is copied the node_modules from another project that uses the same underlaying structure that also uses GSAP, but that only works if you've already installed GSAP once. 

    That will not work with deploy pipelines and repos, where node_modules is not included.

    • Like 2
  2. Hi,

    I have an array of elements that i am flipping in a grid, before the flip to the new state, i have added a scrolltrigger to some of the elements. After the flip is done, the yPercent value is converted to px and therefore the scrolltrigger (parallax-effect) is not working as it was supposed to.

     

    What is the best practice of adding scrolltriggers to elements that is getting flipped? I have tried to do a ScrollTrigger.refresh after the flip, that didn't work.

×
×
  • Create New...