Closed wewake4 closed 5 years ago
Move along with the mouse
The slider shows a strange behavior: when I start to move the slider , It moves in opposite direction.
<rzslider rz-slider-model="vm.priceSlider.value" rz-slider-options="vm.priceSlider.options" style="transform: rotate(3.2108rad);"></rzslider>
We don't support rotation on the sliders. However, we do support vertical slider by setting the vertical option to true.
Closing as there was no answer for a while. Comment to re-open 😉
Steps to reproduce
Expected behaviour
Move along with the mouse
Actual behaviour
The slider shows a strange behavior: when I start to move the slider , It moves in opposite direction.
<rzslider rz-slider-model="vm.priceSlider.value" rz-slider-options="vm.priceSlider.options" style="transform: rotate(3.2108rad);"></rzslider>