Hi everyone! In my most recent tutorial, I wrote about how to create a spinning circular text effect:
What makes this effect interesting is that the bulk of the work is done at the SVG layer:
<svg width="200" height="200" viewBox="0 0 200 200">
<defs>
<path id="circle" d="M0 100a100 100 0 1 0 200
0a100 100 0 1 0 -200 0" />
…
Keep reading with a 7-day free trial
Subscribe to KIRUPA 🍊 to keep reading this post and get 7 days of free access to the full post archives.