Open mslinn opened 4 years ago
Hi, current version 2.x does not support more then 2 handles. Only in 3.x support for multiple handles will be added, but no estimate on this.
Another use case for this:
I am interested in making sliders to specify some parameters of a distribution. Right now, I can use a single value slider to specify one parameter (e.g. mean), or a range slider to specify two (e.g. min and max). It would be nice to have an option for a third handle within the range which could combine these two approaches, specifying three parameters of the distribution (functionally adding the ability to adjust the distribution's skew).
Here are examples of range sliders I made with Adobe Flex years ago. The skins emulated an audio mixer console.
Each slider had a minimum and maximum value, and there was also a current value which was constrained between minimum and maximum. The 3 values could be specified by dragging the handles, or by typing in the values.
Might it be feasible to adapt the ion.rangeSlider to incorporate these features, or would it make more sense to start afresh?