two screensavers added

This commit is contained in:
Neythen
2021-11-17 19:34:13 +00:00
parent 999dc32d92
commit 2cc6afc5cf
13 changed files with 76 additions and 227 deletions

View File

@@ -1269,6 +1269,12 @@ let inputAnimationBtn = document.getElementById("input-animation-btn");
inputAnimationBtn.addEventListener("click", () => {
localStorage.setItem("inputAnimation", inputAnimation.value);
fetch("/screensaver", {
method: "POST",
body: inputAnimation.value,
});
});
// scroll speed row two