Jump to content
Search Community

multivac

Business
  • Posts

    36
  • Joined

  • Last visited

Posts posted by multivac

  1. Great thank you OSUblake !

     

    Maybe you can help me with this one ( I don't want to flood the forum with my newbie questions ) :

    I need to extract duration from timelines that I don't know if they were scaled or not. Is there a quick way to get the "real duration" ? Or should I always do :

     

    var realDuration = timeline.duration() * timeline.timeScale();

     

  2. I know this is a very simple question ... with multiple solutions. I'm just curious to see what would be your best solution.

     

    My requirement states that the timeline duration must be at least 30 seconds. My actual animation lasts 27 seconds. I would like to "fill" the timeline with absolutely nothing happening for the last 3 seconds, without changing the time scale. The timeline doesn't repeat and the initial timeline duration is unknown.

     

    What would you do ?

  3. Is there a callback function triggered if trying to reach a label that doesn't exist ?

    Or maybe a way to get a list of valid labels ?

    This feature would have save me a lot of debugging time.

    Thank you

×
×
  • Create New...