To further explain how the multiplicative step
option works there is a table below
showing the resulting sliders with a selection of different step
options.
{ step: n } |
"pips", { step: n } |
Result |
---|---|---|
1 //default |
1 //default |
|
2 |
1 |
|
5 |
1 |
|
1 |
2 |
|
2.5 |
2 |
|
5 |
2 |
|
1 |
5 |
|
0.5 |
5 |
|
3 |
5 |
|
3 |
2 |
|
2.5 |
3 |