Transition

fun fun interface Transition

A class to animate between a Target's current drawable and the result of an image request.

NOTE: A Target must implement TransitionTarget to support applying Transitions. If the Target does not implement TransitionTarget, any Transitions will be ignored.

Types

Companion
Link copied to clipboard
object Companion

Functions

transition
Link copied to clipboard
abstract suspend fun transition(target: TransitionTarget, result: ImageResult)
Start the transition animation and suspend until it completes or is cancelled.

Inheritors

CrossfadeTransition
Link copied to clipboard