FIX: Demo animation again

This commit is contained in:
Robert Kossessa
2024-02-02 04:08:07 +01:00
parent d94491ee62
commit e4d8a664f7

View File

@@ -47,6 +47,7 @@ onMounted(() => {
console.log(step)
console.log(anim)
anim = setInterval(() => {
clearInterval(step)
const target = Math.floor(Math.random() * 127)
step = setInterval(() => {
const intVal = Math.floor(value.value)