Enumeration
PageTransitionDirectionOptions
The page transition direction options.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1181971556 | readonly | The top to bottom direction. | |
| Number = 1752134266 | readonly | The horizontal direction. | |
| Number = 1886668873 | readonly | The horizontal inward direction. | |
| Number = 1886668879 | readonly | The horizontal outward direction. | |
| Number = 1768824864 | readonly | The inward direction. | |
| Number = 1886669892 | readonly | The down and left direction. | |
| Number = 1819570786 | readonly | The left to right direction. | |
| Number = 1886669909 | readonly | The up and left direction. | |
| Number = 1886670401 | readonly | Direction does not apply. | |
| Number = 1886670708 | readonly | The outward direction. | |
| Number = 1886671428 | readonly | The down and right direction. | |
| Number = 1920232546 | readonly | The right to left direction. | |
| Number = 1886671445 | readonly | The up and right direction. | |
| Number = 1181971566 | readonly | The bottom to top direction. | |
| Number = 1986359924 | readonly | The vertical direction. | |
| Number = 1886672457 | readonly | The vertical inward direction. | |
| Number = 1886672463 | readonly | The vertical outward direction. |
Object of 1
Properties elsewhere that hold an PageTransitionDirectionOptions value.