This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Replacing one BannerMessage notification with another causes incorrect CSS transition #314
Open
Description
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?
Metadata
Assignees
Labels
No labels