We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
When updating the slider range, it does not move smoothly, please tell me how to fix this?
https://codepen.io/VyacheslavY/pen/MWxxBrd
The text was updated successfully, but these errors were encountered:
Im fix this
.noUi-horizontal.change-range .noUi-origin { transition: all 300ms ease; }
formatSlider.classList.add('change-range'); setTimeout(() => { formatSlider.classList.remove('change-range'); }, 300)
but I think this is not a good solution
Sorry, something went wrong.
Updating the slider option forces the slider to reconsider where all handles should be. Your use-case is valid; this is arguably a bug/oversight.
No branches or pull requests
Hello!
When updating the slider range, it does not move smoothly, please tell me how to fix this?
https://codepen.io/VyacheslavY/pen/MWxxBrd
The text was updated successfully, but these errors were encountered: