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
Functions
transition
Link copied to clipboard
abstract suspend fun transition(target: TransitionTarget, result: ImageResult)
Content copied to clipboard
Start the transition animation and suspend until it completes or is cancelled.
Inheritors
CrossfadeTransition
Link copied to clipboard