Jump to content
Search Community

Timeline and StaggerFrom

Learning test
Moderator Tag

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

 

I have a timeline which I'm where all my tweens start at 0.

And one of the tween is a staggerFrom, wondering where do I add the 0 in that case since that location is where the stagger timing is added.

 

var t1 = new TimelineMax({ paused: true });
t1.to( '#scene-3', 1, { scale: 1.2 }, 0 )
   .to( '.side-text', 1, { scale: 1.2 }, 0 );
 
I want to add this
.staggerTo( 'img', 1, { scale: 1.2}, 1 );
But have it also start at 0. Where should I add the 0?
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...