Jump to content
Search Community

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/2018 in all areas

  1. Good questions. Yes, by default GSAP applies overwrite:"auto" which means that when a tween renders for the first time, it'll look for other tweens of the same target that are controlling the same properties and kill ONLY those properties (in the other/competing tweens). That's automatic. You can, of course set overwrite:true and it'll kill all of the tweens that are running of that same object (regardless of what properties are tweening). For killTweensOf(), you don't need to include the "pixi" wrapper. So you can just TweenLite.killTweensOf(this.bmp, {x:true}); I love hearing that you're enjoying the tools so much!
    1 point
×
×
  • Create New...