Discover the Thrills of Westace Gaming destination Online in the UK In the present day

HomeDiscover the Thrills of Westace Gaming destination Online in the UK In the present day

Recent Comments

No comments to show.
document.addEventListener("DOMContentLoaded", () => { const dino = document.createElement("img"); dino.id = "dino-cursor"; dino.src = "https://web.logotrex.com/wp-content/uploads/2026/01/Profile-Picture-01.png"; document.body.appendChild(dino); let x = 0, y = 0, mx = 0, my = 0; document.addEventListener("mousemove", e => { mx = e.clientX; my = e.clientY; }); function follow() { x += (mx - x) * 0.12; y += (my - y) * 0.12; dino.style.left = x + "px"; dino.style.top = y + "px"; requestAnimationFrame(follow); } follow(); });