Jump to content
Search Community

armen

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by armen

  1. Thanks for your responses.

     

    My task is to organize image loading sequence in two img objects in DOM, then to play tweens. The problem is that at the time of creating tween I don't know on which image object it will be playing. I came up with a solution of creating same tween for each img object and playing whichever is appropriate at the time of playback. At first glance duplicate objects don't look good, but that duplication will not even consume noticeable memory. So this solution is good.

  2. Hello greensock community!

     

    I was trying to figure out if the animation duration is constant? The main goal I want to achieve is to ensure that if I make some animation and it takes 5 seconds on my desktop PC, it will take exactly the same 5 seconds on my Iphone safari. I was trying to find source codes of Animation base class and check it from source, but couldn't find it.

     

    Thanks.

×
×
  • Create New...