fixed dogshit scroll

This commit is contained in:
2026-02-06 16:07:33 +00:00
parent 50a4aed829
commit d422ff46ff

View File

@@ -9,7 +9,7 @@ import { useTemplateRef, onMounted, onBeforeUnmount } from "vue";
const container = useTemplateRef("container");
const SPEED = 0.5; // px per frame
const SPEED = 1; // px per frame
const PAUSE = 2000; // ms at top/bottom
let direction = 1; // 1 = down, -1 = up