diff --git a/.gitignore b/.gitignore index a5bdaf7c..a6967c98 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ /node_modules/ -/.idea \ No newline at end of file +/.idea + +*.db \ No newline at end of file diff --git a/WEB/Model/scripted.db b/WEB/Model/scripted.db deleted file mode 100644 index e69de29b..00000000 diff --git a/WEB/View/src/JS/Presentation.js b/WEB/View/src/JS/Presentation.js index bd756c5a..f1c24436 100644 --- a/WEB/View/src/JS/Presentation.js +++ b/WEB/View/src/JS/Presentation.js @@ -19,5 +19,5 @@ const fox = document.querySelector(".moving-fox"); window.addEventListener("scroll", () => { const scrollValue = window.scrollY - 700; fox.style.top = `${scrollValue / 1}px`; - fox.style.opacity = `${window.scrollY / 700}`; + fox.style.opacity = `${window.scrollY / 800}`; }); diff --git a/WEB/View/src/pages/FirstTest.html b/WEB/View/src/pages/FirstTest.html index 34081cc5..91b98b54 100644 --- a/WEB/View/src/pages/FirstTest.html +++ b/WEB/View/src/pages/FirstTest.html @@ -23,7 +23,7 @@
-