Enumeration
SmoothScrollingOptions
The smooth scrolling option.
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 = 1752134266 | readonly | horizontal smooth scrolling. | |
| Number = 1699959662 | readonly | no smooth scrolling. | |
| Number = 1986359924 | readonly | vertical smooth scrolling. | |
| Number = 1699959650 | readonly | vertical and horizontal smooth scrolling. |
Used by 0
No documented property, parameter or return value uses SmoothScrollingOptions.