Set default Fur Length to 50 -- Removed trash *.css files
This commit is contained in:
parent
5796dacfcd
commit
c17f2b2321
BIN
Mobile/Sketchy-1.2.zip
Normal file
BIN
Mobile/Sketchy-1.2.zip
Normal file
Binary file not shown.
@ -60,11 +60,11 @@
|
|||||||
<button style='left: 40%'>handler</button>
|
<button style='left: 40%'>handler</button>
|
||||||
</div>
|
</div>
|
||||||
</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 role="slider" class='furLength'>
|
||||||
<div>
|
<div>
|
||||||
<progress value="20" min="1" max="100"></progress>
|
<progress value="50" min="1" max="100"></progress>
|
||||||
<button style='left: 20%'>handler</button>
|
<button style='left: 50%'>handler</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,7 +14,7 @@ $(document).ready(function() {
|
|||||||
type: 'sketch',
|
type: 'sketch',
|
||||||
lineCap: 'round',
|
lineCap: 'round',
|
||||||
lineJoin: 'round',
|
lineJoin: 'round',
|
||||||
furLength: 5,
|
furLength: 50,
|
||||||
connectTelorance: 40,
|
connectTelorance: 40,
|
||||||
composite: 'source-over',
|
composite: 'source-over',
|
||||||
shape: 'circle',
|
shape: 'circle',
|
||||||
|
@ -62,11 +62,11 @@
|
|||||||
<button style='left: 40%'>handler</button>
|
<button style='left: 40%'>handler</button>
|
||||||
</div>
|
</div>
|
||||||
</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 role="slider" class='furLength'>
|
||||||
<div>
|
<div>
|
||||||
<progress value="20" min="1" max="100"></progress>
|
<progress value="50" min="1" max="100"></progress>
|
||||||
<button style='left: 20%'>handler</button>
|
<button style='left: 50%'>handler</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@ $(document).ready(function() {
|
|||||||
type: 'sketch',
|
type: 'sketch',
|
||||||
lineCap: 'round',
|
lineCap: 'round',
|
||||||
lineJoin: 'round',
|
lineJoin: 'round',
|
||||||
furLength: 5,
|
furLength: 50,
|
||||||
connectTelorance: 40,
|
connectTelorance: 40,
|
||||||
composite: 'source-over',
|
composite: 'source-over',
|
||||||
shape: 'circle',
|
shape: 'circle',
|
||||||
|
Loading…
Reference in New Issue
Block a user