Share Posted November 19, 2017 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! Link to post Share on other sites
Share Posted November 19, 2017 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 3 Link to post Share on other sites
Author Share Posted November 19, 2017 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. 1 Link to post Share on other sites
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