TransitionFactory
A factory class that can produce different Transitions based on the state of the request.
Parameters
<R>
The type of resource that needs to be animated into the target.
Functions
Link copied to clipboard
abstract fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>
Content copied to clipboard
Returns a new Transition.