From 67afb1678f9d5742e377696b55e81e3756d66be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keviin=20=C3=85berg=20Kultalahti?= Date: Fri, 22 Jan 2021 13:05:52 +0100 Subject: [PATCH] adds smooth removal of notifications using animate:flip --- .../components/common/Notification/NotificationDisplay.svelte | 2 ++ packages/client/src/components/NotificationDisplay.svelte | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/builder/src/components/common/Notification/NotificationDisplay.svelte b/packages/builder/src/components/common/Notification/NotificationDisplay.svelte index 657bc3bcdb..3a7c03a716 100644 --- a/packages/builder/src/components/common/Notification/NotificationDisplay.svelte +++ b/packages/builder/src/components/common/Notification/NotificationDisplay.svelte @@ -1,5 +1,6 @@