Jump to content
Search Community

Dev Mude

Premium
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Dev Mude

  1. Awesome, working now, thanks for that! I had to wrap the following code (see my earlier codepen): snapTriggers.forEach((trigger, i) => { snaps[i] = (trigger.start - self.start) / distance }) In a setTimeout: setTimeout(() => { snapTriggers.forEach((trigger, i) => { snaps[i] = (trigger.start - self.start) / distance }) }, 0) Otherwise after screen resize, the text wouldn't align properly with the boxes. Not sure if this is a user error or a library error, but just letting you know. Cheers
  2. Hmm unfortunately it didn't fix things for me. You can try fork my pen and add the new versions to see for yourself. Should I create a new thread for this issue?
  3. @GreenSock I believe I'm having the same issue, try resizing the screen in this pen: https://codepen.io/elliott-w/pen/poLOzbO Could I have access to beta files please?
×
×
  • Create New...