Open
Description
Firstly, I wanted to say, this is a brilliant repo!
I'm trying to animate the thumb size when a user starts interacting with the slider. (Similar to that of the iOS music seek bar)
I was wondering if anyone had successfully implemented this before? Failing that, I was wondering when in the call cycle is the thumb size set, and is it possible to change?
I've looked at the handle itself, where the diameter variable returns a computed property. I've also tried to implement the delegate method to update the handle to, say "large". But none of these seem to work.
Thanks for taking the time to read :)