BitmapTransitionFactory

open class BitmapTransitionFactory : BitmapContainerTransitionFactory<R>

A TransitionFactory for android.graphics.Bitmaps that uses a Drawable transition factory to transition from an existing drawable already visible on the target to the new bitmap.

See also

Constructors

Link copied to clipboard
open fun BitmapTransitionFactory(realFactory: TransitionFactory<Drawable>)

Functions

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