Jump to content
Search Community

Simple Question on for Loops and using Repeat on Random xy

hackfin test
Moderator Tag

Go to solution Solved by Shaun Gorneau,

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

I have a simple demo at the linked Codepen where I would like to create 50 bubbles at random locations on the screen and animate the size and opacity.  So far, no problem.  I would like to add another animation after the initial animation but cannot get it to work correctly because of the random nature of my repeat & delay times.  The problem code is marked as such.  Any suggestions.

 

 

See the Pen vLZJzQ by hackfin (@hackfin) on CodePen

Link to comment
Share on other sites

  • Solution

Without getting too ahead and assuming what you want here, the first thing I think needs to happen is each bubble needs to be its own timeline. Secondly, the repeat property on the to() method will keep it from ever reaching the next animation in the chain. Have a look here,

 

See the Pen ZQyaXZ?editors=001 by sgorneau (@sgorneau) on CodePen

 

Lastly, I would assume that the bubbles should not repeat their own positions and timings repeatedly ... I would update the parameters with an onComplete call.

  • Like 1
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...