Share Posted April 14, 2015 I want to build a flash banner that loops 3 times and delays x amount of seconds in between. I want my designers/coders to start using gasp. I need a selling point. any thoughts on the quickest way with gsap to make a banner loop 3x and paused in betweeen stages x amount of seconds. ? thank you in advance. David Link to comment Share on other sites More sharing options...
Share Posted April 14, 2015 Sure, use repeat and repeatDelay properties of TimelineMax. var tl = new TimelineMax({repeat:3, repeatDelay:2}); This file in this post shows how to set how many times the timeline repeats http://greensock.com/forums/topic/11114-how-to-repeat-a-tweenlite-function-only-a-few-times/?p=44745 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now