mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
fix lasts commits
This commit is contained in:
@@ -12,7 +12,7 @@ function jumpPoints() {
|
||||
for (let i = 0; i < points.value.length; i++)
|
||||
points.value[i] = [jumpVal(points.value[i][0]), jumpVal(points.value[i][1])]
|
||||
|
||||
timeout = setTimeout(jumpPoints, 2000 + Math.random() * 1000)
|
||||
timeout = setTimeout(jumpPoints, 2000)
|
||||
}
|
||||
|
||||
onMounted(() => jumpPoints())
|
||||
|
||||
Reference in New Issue
Block a user