| Name | Description | Type | Package | Framework |
| DrawableCrossFadeFactory | A factory class that produces a new GlideAnimation that varies depending on whether or not the drawable was loaded from the memory cache and whether or not the drawable is the first | Class | com.bumptech.glide.request.animation | Glide |
| DrawableCrossFadeViewAnimation | A cross fade GlideAnimation for Drawables that uses an TransitionDrawable to transition from an existing drawable | Class | com.bumptech.glide.request.animation | Glide |
| GlideAnimation | An interface that allows a transformation to be applied to Views in Targets in across resource types. | Interface | com.bumptech.glide.request.animation | Glide |
| GlideAnimation .ViewAdapter | An interface wrapping a view that exposes the necessary methods to run the various types of android animations ViewPropertyAnimation and animated | Interface | com.bumptech.glide.request.animation | Glide |
| GlideAnimationFactory | A factory class that can produce different GlideAnimations based on the state of the request. | Interface | com.bumptech.glide.request.animation | Glide |
| NoAnimation | A simple GlideAnimation that performs no actions. | Class | com.bumptech.glide.request.animation | Glide |
| NoAnimation .NoAnimationFactory | A factory that always returns the same NoAnimation. | Class | com.bumptech.glide.request.animation | Glide |
| ViewAnimation | A GlideAnimation that can apply a Animation to a View using | Class | com.bumptech.glide.request.animation | Glide |
| ViewAnimationFactory | Class | com.bumptech.glide.request.animation | Glide | |
| ViewPropertyAnimation | A GlideAnimation that accepts an interface that can apply an animation like a ViewPropertyAnimator | Class | com.bumptech.glide.request.animation | Glide |
| ViewPropertyAnimation .Animator | An interface that allows an animation to be applied on or started from an View. | Interface | com.bumptech.glide.request.animation | Glide |
| ViewPropertyAnimationFactory | A GlideAnimationFactory that produces ViewPropertyAnimations. | Class | com.bumptech.glide.request.animation | Glide |