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