Jump to content
Search Community

TimeLine Reverse & repeat

chilledmonkeybrain test
Moderator Tag

Go to solution Solved by classikd,

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi guys.

I'm only about a week into GSAP and I've become stuck on trying to reverse the timeline on complete, then repeat infinitely. I can only mange to do one or the other, not both. I reeaaaallly tried to fix it myself using answers from other forum posts, but the solutions offered there just don't work in my pen.

I would really appreciate it if someone could fork my pen and tell me what i'm doing wrong. 

 

Thanks in advance!

 

See the Pen XpGMZZ by IanHazelton (@IanHazelton) on CodePen

  • Haha 1
Link to comment
Share on other sites

Hi chilledmonkeybrain :)

 

Welcome to the GreenSock forum.

 

classikd is right. You'd want to use the yoyo property along with your repeat. 

var tl = new TimelineMax({ repeat:-1, yoyo:true });

You can also add a repeatDelay if you like. Here's more info:

Hopefully that helps.

 

Happy tweening and welcome aboard.

:)

  • Like 4
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...