Jump to content
Search Community

Kittisak

Members
  • Posts

    1
  • Joined

  • Last visited

Kittisak's Achievements

0

Reputation

  1. Hi all, Thanks for this wonderfull class. However, I cannot find the solution of my problem. In a playlist, I use a TweenMax with "yoyo" paramater on "true", to make the track name blink while playing : tabTrack[ct].alpha = 1; TweenMax.to(tabTrack[ct], .3, {alpha:.2, repeat:-1, yoyo:true}); I would like the track name to stop blinking when playing is over. But I cannot figure out how to remove or transform a Tween that has been launched to make it blink. Thanks for your help
×
×
  • Create New...