Double ended slider for selecting min / max values

Hi

Is it possible to create a double ended slider like this? Or a circular one with both ends adjustable?

Thanks!

Many examples can be found from web. Mostly done using two range type input elements and a bit of JavaScript to have unified control over those.

For example: https://codepen.io/joosts/pen/rNLdxvK

So yes, it is possible to create such thing using ui_template node.

2 Likes

Thank you for that...... I will probably stick with two sliders currently - but maybe one day someone will do a max/min type node....

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.