eliminate the wretched hiding console.log, filthy log......
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m31s

This commit is contained in:
2026-02-24 22:40:55 +00:00
parent b087172bb1
commit f60636942f

View File

@@ -29,9 +29,10 @@ function handleHover() {
function tick() { function tick() {
const el = container.value; const el = container.value;
pos = el.scrollTop / el.scrollHeight;
const reachedBottom = pos <= 0; const reachedBottom = pos <= 0;
const reachedTop = pos >= 1; const reachedTop = pos >= 1;
console.log("speed");
if (reachedBottom) { if (reachedBottom) {
pos = 0.001; pos = 0.001;