DrawableCrossFadeFactory

open class DrawableCrossFadeFactory : TransitionFactory<R>

A factory class that produces a new Transition that varies depending on whether or not the drawable was loaded from the memory cache and whether or not the drawable is the first image to be put on the target.

Resources are usually loaded from the memory cache just before the user can see the view, for example when the user changes screens or scrolls back and forth in a list. In those cases the user typically does not expect to see a transition. As a result, when the resource is loaded from the memory cache this factory produces an NoTransition.

Types

Link copied to clipboard
open class Builder

Functions

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