Draw 100 evenly-spaced dots along a circle

For every dot, use a noise algorithm to vary the radius

Connect the dots and hide them

Draw more shapes with the same logic while reducing the radius

Fade the lines from the center to the outside

Animate the shapes using the frame count in your noise function

Go crazy