Animator Utils
Animator utility class.
Types
Link copied to clipboard
interface OnAnimationEndListener
An interface definition that is invoked when an animation ends.
Functions
Link copied to clipboard
open fun animate(@NonNull view: View, @AnimatorRes animatorRes: Int, @Nullable listener: AnimatorUtils.OnAnimationEndListener)
open fun animate(@Nullable view: View, @AnimatorRes animatorRes: Int, duration: Int, @Nullable listener: AnimatorUtils.OnAnimationEndListener)
Animate a view from an animator resource.