We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d665fc1 + 7eae31e commit a9a31f0Copy full SHA for a9a31f0
Scratch card effect/script.js
@@ -1,4 +1,4 @@
1
-document.addEventListener('mousemove', function (e) {
+document.addEventListener('pointermove', function (e) {
2
const body = document.querySelector('body');
3
const bubbles = document.createElement('span');
4
0 commit comments