Notifications Animations
Note
See Windows Animations on how to create custom animations.
Options
Unscaled Time
bool
Animation with use unscaled time if enabled.
Disable Interactable
bool
Blocks all interactions with dialog while the animation is running.User cannot press any button, change the values of other widgets, and so on.Show
NotificationAnimations.ShowMode
Animation to show notification.
Rotate
- change X or Y rotation axis of the notificationExplode
- change width or height of the notificationFadeIn
- change transparency of the notificationSlideRight
- move notification from the rightSlideLeft
- move notification from the leftSlideUp
- move notification from the topSlideDown
- move notification from the bottom
ShowHorizontal
bool
Animate in horizontal direction (only for the
Rotate
andExplode
animations).ShowAnimationCurve
AnimationCurve
Animation curve.
Hide
NotificationAnimations.HideMode
Animation to hide notification.
Rotate
- change X or Y rotation axis of the notificationCollapse
- change width or height of the notificationFadeIn
- change transparency of the notificationSlideRight
- move notification to the rightSlideLeft
- move notification to the leftSlideUp
- move notification to the topSlideDown
- move notification to the bottom
HideHorizontal
bool
Animate in horizontal direction (only for the
Rotate
andCollapse
animations).HideAnimationCurve
AnimationCurve
Animation curve.