heatmap animation

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 18:55:26 +01:00
parent f87192efd2
commit bb957064c7

View File

@@ -100,7 +100,7 @@
document.getElementById('matrix').style.background = "url(" + canvas.toDataURL() + ")";
}
setInterval(matrix, 50);
setInterval(matrix, 75);
});
</script>
</div>