Notifications Animations

Animations to show and hide Notifications.
Add this component to the Notifications to use.

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 notification

    • Explode - change width or height of the notification

    • FadeIn - change transparency of the notification

    • SlideRight - move notification from the right

    • SlideLeft - move notification from the left

    • SlideUp - move notification from the top

    • SlideDown - move notification from the bottom

  • ShowHorizontal bool

    Animate in horizontal direction (only for the Rotate and Explode 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 notification

    • Collapse - change width or height of the notification

    • FadeIn - change transparency of the notification

    • SlideRight - move notification to the right

    • SlideLeft - move notification to the left

    • SlideUp - move notification to the top

    • SlideDown - move notification to the bottom

  • HideHorizontal bool

    Animate in horizontal direction (only for the Rotate and Collapse 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.