showAnimation

open fun showAnimation(progress: Int)

显示进度动画效果

Parameters

progress

open fun showAnimation(progress: Int, duration: Int)

显示进度动画效果

Parameters

progress
duration

动画时长


open fun showAnimation(from: Int, to: Int, duration: Int)

显示进度动画效果,从from到to变化

Parameters

from
to
duration

动画时长


open fun showAnimation(from: Int, to: Int, duration: Int, listener: Animator.AnimatorListener)

显示进度动画效果,从from到to变化

Parameters

from
to
duration

动画时长

listener