Jump to content
Search Community

Pausing / updating DOM elements rendering after gsap.to declared

koder test
Moderator Tag

Recommended Posts

Hi guys,

 

I am a little confused on best way to tackle what I am working on, I am trying to make a bubble game where I can toggle the speed of some divs which are appended to the Dom every few seconds, but not sure the best way to do this?


Usually the divs people manipulate are there already so they can just use the class and set the instants as a variable to use .pause() etc on but its not playing nice with my current set up.

 

EDIT: In regards to the sleep / pausing, I am looking to update elements on the page, it already pauses new bubbles from appearing / changes the speed of new rendered ones, just not for items on the page currently

Anyone put me in the right direction? (code pen included)

 

p.s: Im pretty new so excuse me if I have not followed any rules!

 

See the Pen poRwvBP by kod33rrrrr (@kod33rrrrr) on CodePen

Link to comment
Share on other sites

31 minutes ago, PointC said:

Hi @koder

 

Welcome to the forum.

 

If I understand your desired outcome correctly, I think this may be a good time to use the global timeline. You can easily change the timeScale or pause all animations. More info.

https://greensock.com/docs/v3/GSAP/gsap.globalTimeline

 

Happy tweening and welcome aboard.

:)

 

You are an absolute legend! Exactly what I needed, works flawlessly!

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