Set default Fur Length to 50 -- Removed trash *.css files

This commit is contained in:
Mahdi Dibaiee 2014-02-16 19:02:11 +03:30
parent 5796dacfcd
commit c17f2b2321
7 changed files with 8 additions and 8 deletions

BIN
Mobile/Sketchy-1.2.zip Normal file

Binary file not shown.

View File

@ -60,11 +60,11 @@
<button style='left: 40%'>handler</button>
</div>
</div>
<p id='furLength'>Fur Length<span>20</span></p>
<p id='furLength'>Fur Length<span>50</span></p>
<div role="slider" class='furLength'>
<div>
<progress value="20" min="1" max="100"></progress>
<button style='left: 20%'>handler</button>
<progress value="50" min="1" max="100"></progress>
<button style='left: 50%'>handler</button>
</div>
</div>
</div>

View File

@ -14,7 +14,7 @@ $(document).ready(function() {
type: 'sketch',
lineCap: 'round',
lineJoin: 'round',
furLength: 5,
furLength: 50,
connectTelorance: 40,
composite: 'source-over',
shape: 'circle',

View File

@ -62,11 +62,11 @@
<button style='left: 40%'>handler</button>
</div>
</div>
<p id='furLength'>Fur Length<span>20</span></p>
<p id='furLength'>Fur Length<span>50</span></p>
<div role="slider" class='furLength'>
<div>
<progress value="20" min="1" max="100"></progress>
<button style='left: 20%'>handler</button>
<progress value="50" min="1" max="100"></progress>
<button style='left: 50%'>handler</button>
</div>
</div>
</div>

View File

@ -15,7 +15,7 @@ $(document).ready(function() {
type: 'sketch',
lineCap: 'round',
lineJoin: 'round',
furLength: 5,
furLength: 50,
connectTelorance: 40,
composite: 'source-over',
shape: 'circle',

View File