CrossfadeDrawable
class CrossfadeDrawable @JvmOverloads constructor(start: Drawable?, end: Drawable?, val scale: <Error class: unknown class> = Scale.FIT, val durationMillis: Int = DEFAULT_DURATION, val fadeStart: Boolean = true, val preferExactIntrinsicSize: Boolean = false) : Drawable, Drawable.Callback, Animatable2Compat
A Drawable that crossfades from start to end.
NOTE: The animation can only be executed once as the start drawable is dereferenced at the end of the transition.
Parameters
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun unregisterAnimationCallback(callback: Animatable2Compat.AnimationCallback): Boolean
Link copied to clipboard