Class ViewTransition<R>

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

public class ViewTransition<R> extends Object implements Transition<R>