Package coil.transition

Types

CrossfadeTransition
Link copied to clipboard
class CrossfadeTransition(durationMillis: Int, preferExactIntrinsicSize: Boolean) : Transition

A Transition that crossfades from the current drawable to a new one.

Transition
Link copied to clipboard
fun interface Transition

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

TransitionTarget
Link copied to clipboard
interface TransitionTarget : Target

A Target that supports applying Transitions.