-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum TransformationLayout.FadeMode extends Enum<TransformationLayout.FadeMode>
The FadeMode to be used to swap the content of the start View with that of the end View.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description THROUGHIndicates that this transition should sequentially fade out the outgoing content and fade in the incoming content.
CROSSIndicates that this transition should cross fade the outgoing and incoming content.
OUTIndicates that this transition should only fade out the outgoing content, without changing the opacity of the incoming content.
INIndicates that this transition should only fade in the incoming content, without changing the opacity of the outgoing content.
-