Package 

Class CrossfadeDrawable

  • All Implemented Interfaces:
    android.graphics.drawable.Animatable , android.graphics.drawable.Drawable.Callback , androidx.vectordrawable.graphics.drawable.Animatable2Compat

    
    public final class CrossfadeDrawable
    extends Drawable implements 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.