ViewPropertyAnimationFactory

open class ViewPropertyAnimationFactory<R> : TransitionFactory<R>

A TransitionFactory that produces ViewPropertyAnimations.

Parameters

<R>

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

Constructors

Link copied to clipboard
open fun ViewPropertyAnimationFactory(animator: ViewPropertyTransition.Animator)

Functions

Link copied to clipboard
open fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>
Returns a new Transition for the given arguments.