Skip to content

Commit

Permalink
Restored slider extremes
Browse files Browse the repository at this point in the history
  • Loading branch information
ToonTalk committed Sep 13, 2024
1 parent faf9cbc commit 1ca8e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/turtle interpolation by o1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<span id="parameterValue">0</span>
<button id="animateButton">Animate</button>
<button id="drawButton">Draw</button>
<!-- <label for="minParameter">Min t: </label>
<label for="minParameter">Min t: </label>
<input type="number" id="minParameter" value="-1" step="0.1">
<label for="maxParameter">Max t: </label>
<input type="number" id="maxParameter" value="2" step="0.1"> -->
<input type="number" id="maxParameter" value="2" step="0.1">
</div>

<canvas id="canvas" width="600" height="600"></canvas>
Expand Down

0 comments on commit 1ca8e07

Please sign in to comment.