Slow down animation on stamps cause it was crazy
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s

This commit is contained in:
2026-03-25 21:54:05 +00:00
parent fabd92bf36
commit 747563c6c9

View File

@@ -27,8 +27,8 @@ const touchscreen = ref(null);
let animId = null;
let posX = 0;
let posY = 0;
let dx = 0.5;
let dy = 0.3;
let dx = 0.2;
let dy = 0.12;
function bounce() {
const el = touchscreen.value?.$el;