From 8fb76dba13f56dae7ee86c87f91b5e49d427b267 Mon Sep 17 00:00:00 2001 From: Fabian Thielen Date: Thu, 13 May 2021 11:37:50 +0200 Subject: [PATCH] Edit Modal faster Animation Signed-off-by: Fabian Thielen --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 5dd9179..41d268c 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -77,7 +77,7 @@ $(() => { modal.find("#edit_content").val(data.content); modal.find("#edit_ttl").val(data.ttl); - modal.addClass("is-active animate__animated animate__fadeIn"); + modal.addClass("is-active animate__animated animate__fadeIn animate__faster"); }); });