with

open fun <TranscodeType> with(viewAnimationId: Int): GenericTransitionOptions<TranscodeType>

Returns a typed GenericTransitionOptions object that uses the given view animation.

See also


Returns a typed GenericTransitionOptions object that uses the given animator.

See also


open fun <TranscodeType> with(transitionFactory: TransitionFactory<out Any>): GenericTransitionOptions<TranscodeType>

Returns a typed GenericTransitionOptions object that uses the given transition factory.

See also