Class GenericTransitionOptions<TranscodeType>

java.lang.Object
com.bumptech.glide.TransitionOptions<GenericTransitionOptions<TranscodeType>,TranscodeType>
com.bumptech.glide.GenericTransitionOptions<TranscodeType>
Type Parameters:
TranscodeType - The type of the resource that will be displayed.
All Implemented Interfaces:
Cloneable

public final class GenericTransitionOptions<TranscodeType> extends TransitionOptions<GenericTransitionOptions<TranscodeType>,TranscodeType>
Implementation of TransitionOptions that exposes only generic methods that can be applied to any resource type.