Jump to content
Search Community

Giovani

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Giovani

  1. I don't know. What am I doing wrong?
     

     

    My code is essentially like this:
    var tl = new TimelineMax({paused:true})
    tl.to($("#pin"), 1, {x:455,y:198, onComplete:myFunction, onCompleteParams:["params"]}) 
    .addLabel("play_from_here") 
    .to($("#pin"), 1, {x:737,y:307}) 
    
    tl.play(play_from_here)
     
     
     

     

    using play(), resume(), seek(), it doesn't matter, it always trigger all events on the way.

     

×
×
  • Create New...