Package com.bumptech.glide.request.transition
Types
Link copied to clipboard
abstract class BitmapContainerTransitionFactory<R> : TransitionFactory<R>
Content copied to clipboard
A TransitionFactory for complex types that have a android.graphics.
Link copied to clipboard
open class BitmapTransitionFactory : BitmapContainerTransitionFactory<R>
Content copied to clipboard
A TransitionFactory for android.graphics.
Link copied to clipboard
A factory class that produces a new Transition that varies depending on whether or not the drawable was loaded from the memory cache and whether or not the drawable is the first image to be put on the target.
Link copied to clipboard
A cross fade Transition for android.graphics.drawable.
Link copied to clipboard
A simple Transition that performs no actions.
Link copied to clipboard
An interface that allows a transition to be applied to android.view.
Link copied to clipboard
A factory class that can produce different Transitions based on the state of the request.
Link copied to clipboard
A TransitionFactory that produces ViewTransitions.
Link copied to clipboard
A TransitionFactory that produces ViewPropertyAnimations.
Link copied to clipboard
A Transition that accepts an interface that can apply an animation like a or a android.animation.
Link copied to clipboard
A Transition that can apply a Animation to a View using startAnimation.