BitmapTransitionOptions
Contains Bitmap specific animation options.
Functions
Link copied to clipboard
open fun crossFade(builder: DrawableCrossFadeFactory.Builder): BitmapTransitionOptions
Content copied to clipboard
open fun crossFade(drawableCrossFadeFactory: DrawableCrossFadeFactory): BitmapTransitionOptions
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 transitionUsing(drawableCrossFadeFactory: TransitionFactory<Drawable>): BitmapTransitionOptions
Content copied to clipboard
Enables a any Drawable based animation to run on Bitmaps as well.
Link copied to clipboard
open fun with(transitionFactory: TransitionFactory<Bitmap>): BitmapTransitionOptions
Content copied to clipboard
Returns a BitmapTransitionOptions object that uses the given transition factory.
Link copied to clipboard
open fun withCrossFade(builder: DrawableCrossFadeFactory.Builder): BitmapTransitionOptions
Content copied to clipboard
open fun withCrossFade(drawableCrossFadeFactory: DrawableCrossFadeFactory): BitmapTransitionOptions
Content copied to clipboard
Returns a BitmapTransitionOptions object that enables a cross fade animation.
Link copied to clipboard
open fun withWrapped(drawableCrossFadeFactory: TransitionFactory<Drawable>): BitmapTransitionOptions
Content copied to clipboard
Returns a BitmapTransitionOptions object that enables a any animation that is possible on drawables.