diff --git a/nginx/vue/src/components/util/AutoScroll.vue b/nginx/vue/src/components/util/AutoScroll.vue index acf041d..548448f 100644 --- a/nginx/vue/src/components/util/AutoScroll.vue +++ b/nginx/vue/src/components/util/AutoScroll.vue @@ -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