desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 387 forks source link

How to create range with two sliders? #183

Closed shubich closed 6 years ago

shubich commented 6 years ago

I wanna create range slider like this The most important feature is: Left slider shouldn't go beyond the right and vice versa rangeslider

desandro commented 6 years ago

Yes, you can do this with Draggabilly. But, Draggabilly does not have any collision detection. So you'll have to build that yourself. I'll leave that to you.