I cant seem to find any support for a vertical slider, has this been implemented? I tried just simply adding css transform to rotate it, but it still listens on moving the mouse left to right.
There is a listener on the mousemove but it is baked in to listen to x.
We could quite easily add a switch here for vertical support, but i don't know what else this would effect
a quick hack of the onMove function line 267 does the desired effect. (changing X to Y)
I cant seem to find any support for a vertical slider, has this been implemented? I tried just simply adding css transform to rotate it, but it still listens on moving the mouse left to right.
There is a listener on the mousemove but it is baked in to listen to x.
We could quite easily add a switch here for vertical support, but i don't know what else this would effect
a quick hack of the onMove function line 267 does the desired effect. (changing X to Y)