Reposition fps graphic, randomize cycles button

This commit is contained in:
2017-08-12 22:41:13 -04:00
parent 1b5c8261cf
commit 329b211d1c
3 changed files with 27 additions and 4 deletions

View File

@@ -107,11 +107,11 @@
</div>
<div id="controls" class="panel" style="display: none;">
<form action="">
<label>Time:
<label>Cycle Duration:
<input type="range" name="timeRange" min="1" max="360" value="0" oninput="this.form.timeInput.value=this.value" />
<input type="number" name="timeInput" min="1" max="360" value="0" oninput="this.form.timeRange.value=this.value" />
</label><br />
<button name="randomizeCyclesButton">Randomize Point Cycles</button><br />
</label>
<button type="button" id="randomize-cycles">Randomize Point Cycles</button><br />
<label>Point tweening:
<label><input type="radio" name="tweening" value="linear" /> Linear</label>
<label><input type="radio" name="tweening" value="meandering" checked /> Meandering</label>