@keyframes notificationSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes notificationBackdropFadeIn{0%{opacity:0}to{opacity:1}}.animate-notification-enter{animation:.5s ease-out forwards notificationSlideIn}.animate-notification-backdrop-enter{animation:.3s ease-out forwards notificationBackdropFadeIn}@keyframes notificationSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes notificationBackdropFadeOut{0%{opacity:1}to{opacity:0}}.animate-notification-exit{animation:.5s ease-out forwards notificationSlideOut}.animate-notification-backdrop-exit{animation:.3s ease-out forwards notificationBackdropFadeOut}
