material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[Slider] Add a way to animate a value change

Open Thomas-Vos opened this issue 5 years ago • 4 comments
trafficstars

Is your feature request related to a problem? Please describe. I would like to animate a value change of the Slider. The Android SeekBar allows you to pass a boolean to setProgress to animate the change. See: https://developer.android.com/reference/android/widget/ProgressBar#setProgress(int,%20boolean)

Describe the solution you'd like A new function for Slider that looks like this:

public void setValue(float value, boolean animate) { ... }

Describe alternatives you've considered The Android SeekBar, but that does not allow me to use Material Components for the sliders.

Thomas-Vos avatar May 29 '20 17:05 Thomas-Vos

100% would love this! Any chance it'll be worked on soon? Also happy to try a hand at it if a material components contributor thinks it'll be noob-friendly and is available to code review, etc.

madCode avatar Oct 25 '20 07:10 madCode

Has this been implemented.

rexmtorres avatar Oct 26 '22 06:10 rexmtorres

Has this been implemented.

Are you sure?

developerGM avatar Mar 13 '24 11:03 developerGM

Has this been implemented.

How?

Jumman04 avatar Apr 10 '24 18:04 Jumman04