Closed jandrade closed 2 years ago
As you noticed when you were testing the slider and the old numeric control... but increasing the speed value causes jumps in the animation. I am going to add some logic to smooth that out once this lands. Question - does the controller give a value when you release the slider or does it generate values as you move the slider?
As you noticed when you were testing the slider and the old numeric control... but increasing the speed value causes jumps in the animation. I am going to add some logic to smooth that out once this lands. Question - does the controller give a value when you release the slider or does it generate values as you move the slider?
To answer your question... the controller generate values as I move the slider.
Slider
UI component using theinput[type=range]
element with custom styles.speed
control with the newSlider
component.PropTypes
rule.Closes #5