I wanted to know how can we smoothen the movement of a range Slider like when we change the value of a input (range type) smooth
13 Answers
New Answer13 Answers
New AnswerRISHABH The small range smooth slider here is what you want I'm guessing: https://www.cssscript.com/simple-smooth-range-slider/ Although it doesn't snap to the nearest range point if you leave it a stage in between! And one more thing you can add a step attribute and use a value between 0 and 1! Like for an example you can try 0.001! Hope helpsβοΈ
RISHABH to make it smooth increase max value or reduce step Ex - step = ".1"
RISHABH So just reduce step it will become smooth between these two value also
Yes just what Mikhail said or u can decrease ur intervals :) using step https://code.sololearn.com/WJMoZHJgkerC/?ref=app
Mitali I want without changing the step value so that I can get tbe perfect value from the user π
Mikhail I want to smoothen between this range value only and increase it with the same pace, then is it possible
RISHABH if u wanna get perfect value from user then i say u should minimize the step value as user wanna select 2.37 or 3.9 but he can only select 1 2 3 4 :) so minimize the step value
Harsh I want to smoothen between this range value only and increase it with the same pace, then is it possible π
Decrease the intervals just Decrease interval to 0.01 The u will get a smooth slider Happy coding π
Either increase the range between min and max or decrease the value of step to something like 0.1 or 0.01
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message