Slow down animation on stamps cause it was crazy
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s
This commit is contained in:
@@ -27,8 +27,8 @@ const touchscreen = ref(null);
|
|||||||
let animId = null;
|
let animId = null;
|
||||||
let posX = 0;
|
let posX = 0;
|
||||||
let posY = 0;
|
let posY = 0;
|
||||||
let dx = 0.5;
|
let dx = 0.2;
|
||||||
let dy = 0.3;
|
let dy = 0.12;
|
||||||
|
|
||||||
function bounce() {
|
function bounce() {
|
||||||
const el = touchscreen.value?.$el;
|
const el = touchscreen.value?.$el;
|
||||||
|
|||||||
Reference in New Issue
Block a user