Transition

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.

Inheritors

Types

Link copied to clipboard
fun interface Factory

Functions

Link copied to clipboard
abstract fun transition()

Start the transition animation.