ViewAnimationFactory

open class ViewAnimationFactory<R> : TransitionFactory<R>

A TransitionFactory that produces ViewTransitions.

Parameters

<R>

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

Constructors

Link copied to clipboard
open fun ViewAnimationFactory(animation: Animation)
Link copied to clipboard
open fun ViewAnimationFactory(animationId: Int)

Functions

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