I think your sliderChange function is only used to store the slider value and doesn't perform any other actions. If that's the case, consider using "onChangeCommitted instead, as it will trigger only when the user finishes interacting with the slider (on mouse release)