Jump to content
Search Community

dsiebes

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by dsiebes

  1. Thank you Diaco! I can use that method along with inserting a label at the end of each animation and use .add() with the respective labels. I think that's as close as I can get.
  2. Thank you Diaco! I have read the documentation a number of times, and done a lot of Googling/searching of this site. So I am guessing the feature doesn't exist or I'm just blatantly missing something. To further explain I can call TimelineMax.remove() but the value I pass needs to be the animation itself that I want to remove. I am wondering, if instead, I can simply pass an index/position per the example in my first post.
  3. This may be more of a feature request, but I'd like to be able to remove items (TimelineMax.remove()) and insert new items (TimelineMax.add()) by position. So if I have a TimelineMax that contains 5 TimelineLite animations, and I want to update the third TimelineLite assuming a zero index: TimelineMax.removebyposition(2); TimelineMax.addbyposition(myNewTimelineLite,2); Looking at the documentation I can't find a way to do this. I was just wondering if anybody here had any insight in to if this was possible or a planned feature? Thank you! Dan
×
×
  • Create New...