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