Enum AnimationMode
The animation used by Notification to appear and disappear.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum AnimationMode
  Fields
| Name | Description | 
|---|---|
| Fade | The notification fades in and out on the screen.  | 
      
| Slide | The notification slides in and out of the screen.  |