We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132bd54 commit ca94ef3Copy full SHA for ca94ef3
editor.html
@@ -53,7 +53,7 @@
53
</canvas>
54
<div style="padding-top: 5px;">
55
<label>Pause<input type="checkbox" id="pause" value="first_checkbox"></label>
56
- <label>Time<input type="number" id="timeBox" step="0.05" style="margin-left: 5px;"></label><br>
+ <label>Time<input type="number" id="timeBox" step="any" style="margin-left: 5px;"></label><br>
57
<input type="range" id="timeRange" value="1" min="0" max="100" step="0.05" style="width: 100%;">
58
</div>
59
0 commit comments