Jump to content
Search Community

Svg stagger animation

Sonix test
Moderator Tag

Recommended Posts

Hi, I would like to animate circles in an Svg. So that each one blinks up for a short time, and then the next one and so on. A made a gif animation so it should be clear. I thought about blending in and out each one through the opacity, but I don't know how to stage them. The svg is in the codepen demo.

 

I am new to gsap so what's the best way to do this?

Lights.gif

See the Pen ZEOxNPN by sonix875 (@sonix875) on CodePen

Link to comment
Share on other sites

Hey Sonix. As usual, there's multiple ways to do this sort of thing. 

 

I would probably create a timeline then loop through your circles and create a couple of .set() calls (or .to() if you want it to be more animated in) for each, one to show the circle and one to hide it. You can use the index of the loop to create the offset.

See the Pen BazrgQq?editors=0010 by GreenSock (@GreenSock) on CodePen

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