I\'m trying to implement a smooth animation for my ProgressBar, but when I increase the time (30 seconds), the animation is no longer smooth.
ProgressBar
Example wi
@BindView(R.id.progress_bar) ProgressBar progressBar; ObjectAnimator.ofInt(progressBar, "progress", 79).start();
79