fixed dogshit scroll
This commit is contained in:
@@ -9,7 +9,7 @@ import { useTemplateRef, onMounted, onBeforeUnmount } from "vue";
|
|||||||
|
|
||||||
const container = useTemplateRef("container");
|
const container = useTemplateRef("container");
|
||||||
|
|
||||||
const SPEED = 0.5; // px per frame
|
const SPEED = 1; // px per frame
|
||||||
const PAUSE = 2000; // ms at top/bottom
|
const PAUSE = 2000; // ms at top/bottom
|
||||||
|
|
||||||
let direction = 1; // 1 = down, -1 = up
|
let direction = 1; // 1 = down, -1 = up
|
||||||
|
|||||||
Reference in New Issue
Block a user