Edit Modal faster Animation

Signed-off-by: Fabian Thielen <info@fabian-thielen.de>
This commit is contained in:
2021-05-13 11:37:50 +02:00
parent 48b3256ebf
commit 8fb76dba13

2
public/js/main.js vendored
View File

@@ -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");
});
});