alpha

open fun alpha(@NonNull convertView: View, alpha: Float, @Nullable listener: AnimatorUtils.OnAnimationEndListener)

Animate a view alpha property to a value.

Parameters

convertView

the view to be animated

alpha

the value to animate to

listener

the animator end listener


open fun alpha(@NonNull convertView: View, alpha: Float)

Animate a view alpha property to a value.

Parameters

convertView

the view to be animated

alpha

the value to animate to