TransitionOptions

abstract class TransitionOptions<CHILD : TransitionOptions<CHILD, TranscodeType>?, TranscodeType> : Cloneable

A base class for setting a transition to use on a resource when a load completes.

Parameters

<CHILD>

The implementation of this class to return to chain methods.

<TranscodeType>

The type of resource that will be animated.

Functions

Link copied to clipboard
fun clone(): CHILD
Link copied to clipboard
fun dontTransition(): CHILD
Removes any existing animation put on the builder.
Link copied to clipboard
fun transition(transitionFactory: TransitionFactory<out Any>): CHILD
Uses the given TransitionFactory to build a for each request started with these TransitionOptions.
fun transition(animator: ViewPropertyTransition.Animator): CHILD
Sets an animator to run a android.view.
fun transition(viewAnimationId: Int): CHILD
Sets an android.view.animation.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard