Jump to content
Search Community

AlexMfyb

Members
  • Posts

    1
  • Joined

  • Last visited

AlexMfyb's Achievements

0

Reputation

  1. Hi, I am new to GSAP (and my English is bad, sorry). Is there any way how to stop tween on defined point (for example on progress = 0.5), pause it for few seconds and then resume playing? For example, I have this tween: var tw = TweenMax.to($("#myID"), 1, {top:0} ); I need this tween stop after 0.5 seconds (this is middle of the tween) for 10 seconds and after this pause resume playing. Thanks Alex
×
×
  • Create New...