Changes
2 changed files (+2/-0)
-
-
@@ -249,6 +249,7 @@ circle.style.width = circle.style.height = "10px";circle.style.left = event.clientX - 5 + "px"; circle.style.top = event.clientY - 5 + "px"; document.body.appendChild(circle); circle.offsetWidth; // Show the circle circle.style.transform = "scale(500)"; circle.style.opacity = "0"; setTimeout(function () {
-
-
-
@@ -268,6 +268,7 @@ circle.style.width = circle.style.height = "10px"circle.style.left = event.clientX - 5 + "px" circle.style.top = event.clientY - 5 + "px" document.body.appendChild(circle) circle.offsetWidth // Show the circle circle.style.transform = "scale(500)" circle.style.opacity = "0" setTimeout(function () {
-