DrawableTransitionOptions
class DrawableTransitionOptions : TransitionOptions<CHILD, TranscodeType>
Content copied to clipboard
Contains Drawable specific animation options.
Functions
Link copied to clipboard
open fun crossFade(builder: DrawableCrossFadeFactory.Builder): DrawableTransitionOptions
Content copied to clipboard
open fun crossFade(drawableCrossFadeFactory: DrawableCrossFadeFactory): DrawableTransitionOptions
Content copied to clipboard
Enables a cross fade animation between both the placeholder and the first resource and between subsequent resources (if thumbnails are used).
Link copied to clipboard
Removes any existing animation put on the builder.
Link copied to clipboard
Uses the given TransitionFactory to build a for each request started with these
TransitionOptions
.Sets an animator to run a android.view.
Sets an android.view.animation.
Link copied to clipboard
open fun with(transitionFactory: TransitionFactory<Drawable>): DrawableTransitionOptions
Content copied to clipboard
Returns a DrawableTransitionOptions object that uses the given transition factory.
Link copied to clipboard
open fun withCrossFade(builder: DrawableCrossFadeFactory.Builder): DrawableTransitionOptions
Content copied to clipboard
open fun withCrossFade(drawableCrossFadeFactory: DrawableCrossFadeFactory): DrawableTransitionOptions
Content copied to clipboard
Returns a DrawableTransitionOptions object that enables a cross fade animation.