BitmapTransitionFactory
open class BitmapTransitionFactory : BitmapContainerTransitionFactory<R>
Content copied to clipboard
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>)
Content copied to clipboard
Functions
Link copied to clipboard
open fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>
Content copied to clipboard
Returns a new Transition.