]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixed doc, now also mentions 5 as the default value 9315/head
authorMaarten Brouwers <github.com@murb.nl>
Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)
committerMaarten Brouwers <github.com@murb.nl>
Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)
docs/pages/slider.md

index 71bfaa3de9da2f799d2a2c48221c0a1077743a72..da62397abab813ea8239fdb7b782e5ff4be24dc0 100644 (file)
@@ -140,7 +140,7 @@ Alternatively there is also a `pow`-type position value function available, maki
 
 ```html_example
 <div class="small-10 columns">
-<div class="slider" data-slider data-initial-start="50" data-step="1" data-position-value-function="log" data-non-linear-base="10">
+<div class="slider" data-slider data-initial-start="50" data-step="1" data-position-value-function="log" data-non-linear-base="5">
   <span class="slider-handle" data-slider-handle role="slider" tabindex="1" aria-controls="sliderOutputNonLinear"></span>
 </div>
 </div>
@@ -150,4 +150,4 @@ Alternatively there is also a `pow`-type position value function available, maki
 </div>
 ```
 
-The nonLinearBase-option is optional and defaults to 10.
\ No newline at end of file
+The nonLinearBase-option is optional and defaults to 5.
\ No newline at end of file