Closed Yuvi-416 closed 1 year ago
I'm not sure what you are trying to do, but if you are looking to have to handles in one slider with a connecting part, have a look at the connect
option.
Thanks for the reply. Sorry if I wasn't clear about what I was searching for. I've included a video below so you can see what I'm talking about. I am trying to implement the slider which can clip from both slides. screen-capture.webm
Yes, that should be possible with a slider with two handles. Feel free to comment if you have more questions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello everyone, I'm trying to clip the volume from both sides X and its X inv; for this, I wrote the code below, which works reasonably well for the time being; but, for the sake of the user's convenience, I'm now attempting to merge these two inputs into one. Currently, I have something like this: I was looking for some examples relating to my issue but couldn't find any, therefore I'm wondering if it's possible to utilize noUiSlider in my case. If it is then how can I proceed? I am looking for a little bit of a hint to start if it's possible.
HTML:
JS file:
Thank you!