Animated GIF (700 x 700) Mathematica code:
F[L_, a_, r_, s_, t_] := Table[ {-(r + s*Cos[t])^n*Sin[n*a], (r + s*Cos[t])^n*Cos[n*a]}, {n, 0, L}]; Manipulate[ Graphics[ Table[ Rotate[ Table[ Translate[ Rotate[ {White, Polygon[F[ 160, Pi/2 + (u + k)*2 Pi/5, .975, 0, 0]]}, u*2 Pi, {0, 0}], 3{Cos[(u + k)*2 Pi/5],Sin[(u + k)*2 Pi/5]}], {k, 0, 4, 1}], j*Pi/5, {0, 0}], {j, 0, 5, 5}], PlotRange -> 4, ImageSize -> 700, Background -> RGBColor[54/255, 70/255, 93/255]], {u, 0, 59/60, 1/60}]














