diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-12 22:06:06 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 22:06:06 +0330 |
commit | a400a96a3163bd969788def8def51621bb815abf (patch) | |
tree | 04323db079301ecbdf0de4f14e70f22e18f60cc1 | |
parent | 214efe59df7aade68c2baaab0734af92baac221a (diff) | |
parent | 411bfcb7b3676cdb4966456d561fbd072cbeb277 (diff) | |
download | exhq.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.html | 4 |
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> |