RangeSlider symmetrical

Is it possible to make the rangeslider symmetrical so when you drag on the right the left moves in or out the same amount?

There is the pushable property: https://dash.plot.ly/dash-core-components/rangeslider, but that’ll only set the minimum distance between handles

Hi @chriddyp

While using the Rangeslider, by setting ‘pushable’=5 (say), I am expecting both the marks of the range slider to maintain a minimum distance of 5 units. However I see the right mark only maintaining this whereas the left slider can be slid even closer.

Is there something else I need to declare?

Thanks
Ananth