@keyframes notificationSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes notificationBackdropFadeIn{0%{opacity:0}to{opacity:1}}.animate-notification-enter{animation:.25s cubic-bezier(.22,1,.36,1) forwards notificationSlideIn}.animate-notification-backdrop-enter{animation:.2s 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:.2s ease-in forwards notificationSlideOut}.animate-notification-backdrop-exit{animation:.2s ease-out forwards notificationBackdropFadeOut}
