MiguelCastillo / scenic

Scene graph
MIT License
5 stars 0 forks source link

Create slider component #22

Closed jandrade closed 2 years ago

jandrade commented 2 years ago

Closes #5

MiguelCastillo commented 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?

jandrade commented 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?

To answer your question... the controller generate values as I move the slider.