Skip to content

Commit

Permalink
reordered elements and polished ux
Browse files Browse the repository at this point in the history
  • Loading branch information
kvn8888 committed Jan 28, 2024
1 parent 06278ae commit 7bf13e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions experimental/spinner.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@
<!-- <svg class="spinner2" viewBox="0 0 50 50">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="2"></circle>
</svg> -->
<button>Play</button>
<label for="speed">Speed:</label>
<input type="text" id="speed" value="1.5">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<polyline id="checkmark" points="10,20 20,30 40,10" stroke="black" stroke-width="4" fill="none" />
</svg>
</svg> -->
<svg class = "static">
<circle cx="55" cy="55" r="50"/>
</svg>
</div>
<label for="dashlengthSlider">Dash Length:</label>
<input type="range" id="dashlength" value="50" max="250">
<p id="dashlengthValue">Current dashlength value: </p>
<p id="dashlengthValue">Current dashlength value: 50</p>
<label for="gaplengthSlider">GapLength:</label>
<input type="range" id="gaplength" value="250" max="300">
<p id="gaplengthValue">Current gaplength value: </p>
<p id="gaplengthValue">Current gaplength value: 250</p>
<label for="speed">Speed:</label>
<input type="text" id="speed" value="1.5">
<button>Play</button>

<!-- <button id="Complete">Complete</button> -->

Expand Down

0 comments on commit 7bf13e9

Please sign in to comment.