Jump to content
Search Community

Carrly

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Carrly

  1. I have a timeline animation with an onComplete function. 

     

    In the timeline I have several overlap tweens, ie.

     

    load.to('#preloadLogo', 3,{autoAlpha: 1},"-=2")

     

    The "-=2" overlaps are causing the onComplete function to fire with a delay. In the codepen example, it takes several seconds for the heading to load.

     

    When the overlaps are removed, my onComplete function fires immediately (which is what I want). How can I make the onComplete fire right away, and still keep my timeline overlaps in tact?

     

     

     

     

    See the Pen EQJxRK by Carrly (@Carrly) on CodePen

  2. That's great! Thank you :-D

     

    I added a couple Labels and an extra tween, and noticing the progress button won't work in this scenario. Essentially I'd like to click a "next" button and the circle move forward/backward along the line. It looks like I'm unable to tween that circle on the bezier line more than once. Is that right?

     

     

    See the Pen rpgRmz by Carrly (@Carrly) on CodePen

     

×
×
  • Create New...