-
public interface TransitionA 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTransition.Factory
-
Method Summary
Modifier and Type Method Description abstract Unittransition()Start the transition animation. -
-
Method Detail
-
transition
@MainThread() abstract Unit transition()
Start the transition animation.
Implementations are responsible for calling the correct Target lifecycle callback. See CrossfadeTransition for an example.
-
-
-
-