Skip to content

Commit

Permalink
changed min-max values of range
Browse files Browse the repository at this point in the history
  • Loading branch information
maxilevi committed Sep 18, 2017
1 parent 74f1140 commit 73ca5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perlin.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class = "ui title">Smooth Noise Algorithms</h2>

<div class="ui scale input-text">
<span class="classy-text">Scale</span>
<input type="range" min="0" max="1" step="0.01" value="0.07" id="scale" onchange="recreate();" />
<input type="range" min="-0.25" max=".25" step="0.01" value="0.07" id="scale" onchange="recreate();" />
<input type="text" class="form-control" id="scale-value" value='0.07' disabled>
</div>
<div class="ui amplitude input-text">
Expand Down

0 comments on commit 73ca5e2

Please sign in to comment.