Jump to content
Search Community

dazzafact2

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by dazzafact2

  1. 1 hour ago, dev-kp said:

    You can try .getChildren that will log out all tweens on a timeline as an object and you can filter the array out if you only need  'fromTo()' and 'to()'

     

     

     

     

    Pretty sure there is a way to do that to GSAP on a global level rather then by timeline as well 

    Wow, that's exactly what I was looking for!

    • Like 1
  2. I am currently trying to capture my Animation-frames for a sequence. For this, I jump to the desired position and generate the image withrenderer.render().(+pixiJs)

    $tl.seek($sec);
    $app.renderer.render($app.stage);

    But what is still missing is that onStart() is executed to set a variable. This does not trigger -even with play()! How can execute it manual: onStart:()?

     

×
×
  • Create New...