You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
The CSS transition which is meant to provide the "slide-out" behavior when you dismiss a BannerMessage notification has an unintended effect if you immediately replace it in the DOM with a different notification. If the notifications have different types (e.g. info, success), the color of the notification is transitioned instead.
Presumably the correct behavior is for the first notification to slide out and then the second will slide in?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The CSS transition which is meant to provide the "slide-out" behavior when you dismiss a BannerMessage notification has an unintended effect if you immediately replace it in the DOM with a different notification. If the notifications have different types (e.g. info, success), the color of the notification is transitioned instead.
Presumably the correct behavior is for the first notification to slide out and then the second will slide in?
The text was updated successfully, but these errors were encountered: