Closed cojaco closed 7 years ago
rangeslider.js supports vertical orientation.
yes, I know, but is there also a way to turn the slider by 180 degree?
I mean by default 100% is when the slider is up and 0% is when its down. But I wan't it the other way arround. 100% should be represented when the handle is down.
Hello,
thanks for this cool plugin.
One question is it somehow possible to turn the slider by 180degree?
What I want to achive is a vertical slider where 0% is at the top and 100% at the bottom.
(I tried transform: rotate(180deg), but that dosenst work, because then the mouse y position is wrong )