Jump to content
Search Community

void__

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by void__

  1. Thanks mikel, but I am trying to continue the animation on trigger, not reverse.

    The idea is to have a sequence of tweens for tlMasterIn (page load), and a separate sequence of tweens for tlMasterOut (page unload), while using the same child timeline (to avoid conflicting tweens)

     

    There will also be multiple other child timelines/functions acting in the same manner.

     

    But perhaps I am fundamentally wrong about using 2 separate master timelines?

  2. I am trying to create a site loader/unloader by playing a nested timeline via a masterIn timeline, and resuming the nested timeline via a masterOut timeline. When I add the resume to the masterOut timeline, the tween fails to play, however, I am not seeing any console errors.

     

    Any guidance would be appreciated.

     

    I am also open to suggestions for a more elegant way to code this. I've used separate 'in' and 'out' nested timelines in the past, but always run into glitchy overriding tweens.

     

    See the Pen GROeEeZ by brioenzswozlle (@brioenzswozlle) on CodePen

  3. Hi all, I am trying to .add() a couple of timelines to a master timeline using labels, but coded out of sequence.

     

    Here is a pen of the timeline working correctly when coded in sequence.

     

    However, when the nested timelines are added out of sequence (assume they will be added in a separate js file), it does not function as expected.

     

    Maybe my understanding of how labels work is incorrect?

    Any help would be appreciated. 👍

     

    Not working

    See the Pen mdWoaRM by brioenzswozlle (@brioenzswozlle) on CodePen

     

    Working

    See the Pen XWMGyOG by brioenzswozlle (@brioenzswozlle) on CodePen

×
×
  • Create New...