Jump to content
Search Community

timelineMax help

tf11 test
Moderator Tag

Recommended Posts

I know I am doing something dumb here.

 

Why is only the last tween happening, and happening right away without a delay?

 

I would like for all 3 tweens to happen, one after another.

 

var timelineLoad:TimelineMax = new TimelineMax({repeat:2, repeatDelay:20, delay:20});

           timelineLoad.append( new TweenMax(miamiTxt, 2, {onComplete: rollOverListen_global2(), alpha:0, delay:5,yoyo:false}) );
           timelineLoad.append( new TweenMax(miamiTxt, .5, {onComplete: rollOverListen_HQ2(), alpha:0, delay:5,yoyo:false}) );
           timelineLoad.append( new TweenMax(miamiTxt, .5, {onComplete: rollOverListen_us2(), alpha:0, delay:5,yoyo:false}) );

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...