Jump to content
GreenSock

nickLoffer

callback function allowed inside TL Max

Go to solution Solved by PointC,

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 all,

 

Can you use use onComplete() method within TL max timeline or just in the creation of the TL object i.e, var tl = new TimelineMax({})  ?

 

       tl.to($var 3, {bottom:-50})
    
     .to($var1, 1.5, {right:300, ease:Elastic.easeOut, onComplete:complete});

 

Thanks

 

Nick

Link to comment
Share on other sites

  • Solution

Hi nickLoffer :)

 

Welcome to the GreenSock forums.

 

You can use onComplete for the timeline and/or the tweens. Here's a simple example:

 

See the Pen VjvxzP by PointC (@PointC) on CodePen

 

Happy tweening.

:)

  • Like 2
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.
×