Horizontal Slider Challenges

dragTimeLineScaled.hype.zip (538,8 KB)
In this example, the knob also scales, but the coord space is kept equal using Hype scaling by putting it in a scale group. Meaning you would need to adjust the height of the container using auto height and to shrink the knob apply an inverse of the scale to it. So, there is a solution, but some script required if the knob shouldn't scale. Example has no script, though.
With script allowed, you can just write your own drag timeline handler. Under the hood, it's also "just" script with the benefit of an GUI and being bundled with the runtime.

1 Like