Package com.bumptech.glide.request.transition
package com.bumptech.glide.request.transition
-
ClassDescriptionA
TransitionFactoryfor complex types that have aBitmapinside.ATransitionFactoryforBitmaps that uses a Drawable transition factory to transition from an existing drawable already visible on the target to the new bitmap.A factory class that produces a newTransitionthat 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.A Builder forDrawableCrossFadeFactory.A cross fadeTransitionforDrawables that uses anTransitionDrawableto transition from an existing drawable already visible on the target to a new drawable.NoTransition<R>A simpleTransitionthat performs no actions.A factory that always returns the sameNoTransition.Transition<R>An interface wrapping a view that exposes the necessary methods to run the various types of android animations as transitions: (ViewTransition,ViewPropertyTransitionand animatedDrawables).A factory class that can produce differentTransitions based on the state of the request.ATransitionFactorythat producesViewTransitions.ATransitionFactorythat produces ViewPropertyAnimations.ATransitionthat accepts an interface that can apply an animation like aViewPropertyAnimatoror aObjectAnimatorthat can be used to transition a resource into aView.An interface that allows an animation to be applied on or started from anView.ATransitionthat can apply aAnimationto aViewusingView.startAnimation(android.view.animation.Animation).