with
open fun <TranscodeType> with(viewAnimationId: Int): GenericTransitionOptions<TranscodeType>
Content copied to clipboard
Returns a typed GenericTransitionOptions object that uses the given view animation.
See also
open fun <TranscodeType> with(animator: ViewPropertyTransition.Animator): GenericTransitionOptions<TranscodeType>
Content copied to clipboard
Returns a typed GenericTransitionOptions object that uses the given animator.
See also
open fun <TranscodeType> with(transitionFactory: TransitionFactory<out Any>): GenericTransitionOptions<TranscodeType>
Content copied to clipboard
Returns a typed GenericTransitionOptions object that uses the given transition factory.