fun SwipeProgressView.setProgressAnimated(progress: Int): Unit
(source)
Sets the current progress to the specified value, animating the visual position between the current and target values.
Animation does not affect the result of progress property, which will return the target value immediately after this function is called.
progress
- the new progress value.
See Also