-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum TransformationLayout.Direction extends Enum<TransformationLayout.Direction>
The Direction to be used by this transform.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RETURNIndicates that this is a Return transition, i.e., when elements are exiting the scene.
ENTERIndicates that this is an Enter transition, i.e., when elements are entering the scene.
AUTOIndicates that this transition should use automatic detection to determine whether it is an Enter or a Return. If the end container has a larger area than the start container then it is considered an Enter transition, otherwise it is a Return transition.
-