Started working on the score spinner

This commit is contained in:
Leon Mika 2025-06-21 14:35:50 +02:00
parent 332cfd9fca
commit d6b09e2305
3 changed files with 102 additions and 1 deletions

View file

@ -1,3 +1,12 @@
<h1>Well Done</h1>
<p>You reached the end</p>
<div data-controller="yourscore">
<svg xml:space="preserve" id="svg2" x="0" y="0" version="1.1" viewBox="0 0 100 100">
<g transform="rotate(90,50,50)">
<path data-yourscore-target="path" fill="none" stroke="#f8f8f8" stroke-width="10"/>
</g>
</svg>
<div data-yourscore-target="count">0</div>
</div>