Package coil. transition
Types
Crossfade Transition
Link copied to clipboard
class CrossfadeTransition(durationMillis: Int, preferExactIntrinsicSize: Boolean) : Transition
Content copied to clipboard
A Transition that crossfades from the current drawable to a new one.
Transition
Link copied to clipboard
A class to animate between a Target's current drawable and the result of an image request.
Transition Target
Link copied to clipboard
A Target that supports applying Transitions.