aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-10-12 22:06:06 +0330
committerGitHub <noreply@github.com>2022-10-12 22:06:06 +0330
commita400a96a3163bd969788def8def51621bb815abf (patch)
tree04323db079301ecbdf0de4f14e70f22e18f60cc1
parent214efe59df7aade68c2baaab0734af92baac221a (diff)
parent411bfcb7b3676cdb4966456d561fbd072cbeb277 (diff)
downloadexhq.github.io-a400a96a3163bd969788def8def51621bb815abf.tar.gz
exhq.github.io-a400a96a3163bd969788def8def51621bb815abf.tar.bz2
exhq.github.io-a400a96a3163bd969788def8def51621bb815abf.zip
Merge pull request #6 from janLuna/patch-1
no wait? :megamind:
-rw-r--r--static/fuck/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/fuck/index.html b/static/fuck/index.html
index 2b50d39..d1601a5 100644
--- a/static/fuck/index.html
+++ b/static/fuck/index.html
@@ -41,7 +41,7 @@ let xPosition = 10;
let yPosition = 10;
let xSpeed = 4;
let ySpeed = 4;
-text.style.transition = `transform ${FPS}ms linear, color 1000ms linear`;
+text.style.transition = "color 1000ms linear";
function update() {
text.style.transform = `translateX(${xPosition}px) translateY(${yPosition}px)`
}
@@ -68,4 +68,4 @@ window.addEventListener("resize", () => {
});
</script>
-</html> \ No newline at end of file
+</html>