NoAnimationFactory

open class NoAnimationFactory<R> : TransitionFactory<R>

A factory that always returns the same NoTransition.

Parameters

<R>

the resource type that will be transitioned into a .

Functions

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