Jump to content
Search Community

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

Posted

Hi! I'm new to this community.

Can someone tell me if I can create independent timelines and fire them at will even if they will overlap? For example:

 

var tl1 = new TimeLineMax (){};

tl1.[some animations];

[later in the document]

var tl2 = new TimeLineMax (){};

tl2.[some other animations];

 

Problem is - when tl2 fires, tl1 stops.

What I need:

I need to operate timelines independently, fire them at any moment without interferences with each other.  Haven't found anything useful in the docs.

Thanks!

Posted

Hi @VanceBeckett,

 

Welcome to GreenSock Forums.

 

It would be great to see an example in a codePen to analyze your desired animation.

 

 

Kind regards

Mikel

 

 

  • Like 3
Posted

Ok. There what has happened:

Timeline stopped because of my typo.

Morph didn't work because of Affinity Designer (Illustrator-like program) exports circles as <circle ... /> even when you convert it to curves in the program. I have already reported this on Affinity forum.

 

  • Like 1

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...