fluid-slider icon indicating copy to clipboard operation
fluid-slider copied to clipboard

sliderValueChanged

Open matthijsotterloo opened this issue 5 years ago • 1 comments

Hi there!

I'm trying to get the current slider value as soon as the slider is dragged. I've added an action for this called sliderValueChanged but how can I get the current sliderValue now?

Thanks!

matthijsotterloo avatar Feb 25 '20 20:02 matthijsotterloo

You can get the value of Slider with this :
slider.fraction

alharuat avatar Mar 10 '20 15:03 alharuat