Enum NavigationAnimation
Available animations for navigation.
Namespace: Unity.AppUI.Navigation
Syntax
public enum NavigationAnimation
Fields
| Name | Description | Value |
|---|---|---|
| None | No animation. |
0 |
| ScaleUpFadeOut | The destination will scale up from the center of the screen. |
1 |
| ScaleDownFadeIn | The destination will scale down to the center of the screen. |
2 |
| FadeIn | The destination will fade in. |
3 |
| FadeOut | The destination will fade out. |
4 |