Closed etimberg closed 6 years ago
Got this idea when playing with the custom-steps sample. Would be cool to support a logarithmic interpolation on the slider.
custom-steps
'linear'
'logarithmic'
The scale used internally could easily be exposed. All it does is translate a value into a width percentage. :)
Already working on it ;)
Nice!
Done in #5
Got this idea when playing with the
custom-steps
sample. Would be cool to support a logarithmic interpolation on the slider.Implementation Ideas
'linear'
and'logarithmic'
interpolation