Class ViewPropertyAnimationFactory<R>

java.lang.Object
com.bumptech.glide.request.transition.ViewPropertyAnimationFactory<R>
Type Parameters:
R - The type of the resource that will be transitioned into a view.
All Implemented Interfaces:
TransitionFactory<R>

public class ViewPropertyAnimationFactory<R> extends Object implements TransitionFactory<R>
A TransitionFactory that produces ViewPropertyAnimations.