Polyspiral: Difference between revisions

Content added Content deleted
(Added pure SVG polyspiral)
m (polyspirangle -> polyspiral)
Line 1,986: Line 1,986:
Demo: [https://codepen.io/shephero/full/xxbaWXb codepen]
Demo: [https://codepen.io/shephero/full/xxbaWXb codepen]


It's possible to render an animated polyspirangle completely declaratively, using SVG/SMIL.
It's possible to render an animated polyspiral completely declaratively, using SVG/SMIL.


It requires building up layers, animated over a rotation transformation. This is verbose, so the code below has been truncated, and the [https://codepen.io/shephero/full/xxbaWXb demo] uses another language ([https://codepen.io/shephero/full/xxbaWXb Pug]) to generate the source.
It requires building up layers, animated over a rotation transformation. This is verbose, so the code below has been truncated, and the [https://codepen.io/shephero/full/xxbaWXb demo] uses another language ([https://codepen.io/shephero/full/xxbaWXb Pug]) to generate the source.