Notifications Animations
Note
See Windows Animations on how to create custom animations.
Options
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).ShowDuration
float
Duration of show animation (except
FadeIn
).ShowAnimateOthers
bool
If enabled show animation will affect other notifications in the same container (except
FadeIn
).ShowAnimationCurve
AnimationCurve
Animation curve for the
FadeIn
animation.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).HideDuration
float
Duration of hide animation (except
FadeOut
).HideAnimateOthers
bool
If enabled hide animation will affect other notifications in the same container (except
FadeOut
).HideAnimationCurve
AnimationCurve
Animation curve for the
FadeOut
animation.