Skip to content

Commit

Permalink
fix time step in input
Browse files Browse the repository at this point in the history
  • Loading branch information
csabahruska committed Feb 29, 2016
1 parent 132bd54 commit ca94ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</canvas>
<div style="padding-top: 5px;">
<label>Pause<input type="checkbox" id="pause" value="first_checkbox"></label>
<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>
<input type="range" id="timeRange" value="1" min="0" max="100" step="0.05" style="width: 100%;">
</div>

Expand Down

0 comments on commit ca94ef3

Please sign in to comment.