Package com.tomtom.tools.android.core.animation.extension

Types

Link copied to clipboard
interface DefaultAnimationListener : Animation.AnimationListener

An extension of AnimationListener with default implementations so that not every method has to be implemented.

Functions

Link copied to clipboard
fun Animation.setAnimationEndListener(onAnimationEnd: () -> Unit)

Sets the animation listener on the animation, dispatching only the AnimationListener.onAnimationEnd callback.