Fix notification animation

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-11-02 23:03:24 +01:00
parent 82e1d64b1a
commit dd89021cfb
2 changed files with 5 additions and 1 deletions

View File

@@ -93,6 +93,10 @@ function showAlert(type, icon, title, message) {
type: type,
delay: 5000, // default value
mouse_over: "pause",
animate: {
enter: "animate__animated animate__fadeInDown",
exit: "animate__animated animate__fadeOutUp"
}
};
switch (type) {
case "info":