ViewTransition

open class ViewTransition<R> : Transition<R>

A Transition that can apply a Animation to a View using startAnimation.

Parameters

<R>

The type of the resource that will be transitioned into a view.

Functions

Link copied to clipboard
open fun transition(current: R, adapter: Transition.ViewAdapter): Boolean
Always clears the current animation on the view using clearAnimation, then starts the android.view.animation.