Is it possible to morph a button into a fader and control that fader all in one touch?
I want to control the metronome volume but don't want the fader taking up screen real estate. I would like a small button that I can press and hold and then slide up and down to control the volume. When I release, only the button is visible again.
I've done it using just an horizontal compact fader of the same size as a button. Slide left for volume 0, slide right for max volume, double-tap for 75% volume, or adjust at will.
It's not possible to morph a button into a fader, but you can use css to make the fader grow when touched. This along with the sensitivity property gives a nice workaround: faderZoom.json (2.2 KB) (v1.9.0 required)