sleek_circular_slider icon indicating copy to clipboard operation
sleek_circular_slider copied to clipboard

MainTrack steps

Open martin-dimi opened this issue 4 years ago • 1 comments

Hi there!

Amazing work on the lib! I would love to see the option to have the slider move in steps rather than continuously. For instance, if the user is only allowed to select values multiple of 5 (5, 10, 15..). We can set the main label to only display such values ((v / 5).round() * 5).toString() however, there's no way of making the slider itself skip/jump in increments of 5.

martin-dimi avatar Feb 16 '21 21:02 martin-dimi

Thanks! Not sure when I will have time to work on more features... Nevertheless, it will be on my to-do list!

matthewfx avatar Feb 17 '21 09:02 matthewfx