sleek_circular_slider
sleek_circular_slider copied to clipboard
MainTrack steps
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.
Thanks! Not sure when I will have time to work on more features... Nevertheless, it will be on my to-do list!