Jump to content
Search Community

tazeem123

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by tazeem123

  1. Hey Thanx for the reply. To make my query simple here is my code for the Tweens.

     

     

    var testTween = new TweenLite();

    testTween.to(targetElement, 10, {vars});

     

    As shown above, testTween will tween itself for 10 seconds.

     

    Now the question is "Is it possible to tween this for 15 seconds without changing the speed of the tween? i.e. repeating a tween 1.5 times."

     

    I don't want to timescale the tween as it will slow down the animation.

     

    Thanx.

  2. Hi,

     

    I have multiple small timelines added into a main timeline. And main timeline is controlled by a slider control and play pause buttons.

     

    The small timelines can be a text animation with a read time wait, or an image animation. This is my set up for text + image animation screen.

     

    I want to add a timeline to main timeline of an animation which keeps on repeating itself for the wait read time of a text animation timeline.

     

    Is there anyway to repeat an animation or play an animation in a loop for X amount of time (in seconds)?

     

    Thanx.

     

  3. Thanx Rodrigo,

     

    I had gone through the example which Jamie has made. It was really helpful.

     

    But I have one more problem, since I am basically from FLASH background and making an animation is much more easier in FLASH. But to make sprite of all possible animation frames as PNGs will take whole lot of effort. Let me know if there is any tool to convert an animation into an image sequence to reduce my effort and i can focus more on controlling the sprite rather than making animation frames.

     

     

    Thanx Again.

  4. Hello,

     

    First of all "GREENSOCK ROCKS !!!"

     

    I want to make character animation just like flash, in HTML5. I don't know from where i can start with this. :geek::ugeek:

     

    Following are my options

    1) Making a continuous film strip and somehow controlling the shifting the background of a div to make an animation.

    2) Making an animation in an encoder or something (haven't thought of) and converting into an html5.

     

    Also i want to control the animation with slider and want to synch it with an audio.

     

    I know GREENSOCK can make it easier, but don't know how?? :mrgreen:

     

  5. Hi All,

     

    I want to control the frames of design time movieclip.

     

    I have a movieclip which has 100 frames animation.

    And i want to control the frames with other tween animation in Timeline.

     

    However I am unable to achive this because pausing a parent timeline doesn't pause the inner moviclips animation.

     

    Is it possible to control the (design time frame) animations in TimelineMax??

     

×
×
  • Create New...