PolymerElements / paper-slider

A Material Design slider
47 stars 84 forks source link

logarithmic slider #206

Open flatmax opened 6 years ago

flatmax commented 6 years ago

I can't see a way to make the slider logarithmic in value.

Is there a way to do this, if not is there a plan to implement logarithmic control ?

goatandsheep commented 6 years ago

Maybe if you keep the slider how it is, but you have a wrapper on this that makes value a computed property that does 2^{{value}} or whatever you need it to be